BaseCodeGeneratorWithSite.CreateExceptionMessage(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
method to create an exception message given an exception
protected:
virtual System::String ^ CreateExceptionMessage(Exception ^ exception);
protected virtual string CreateExceptionMessage (Exception exception);
abstract member CreateExceptionMessage : Exception -> string
override this.CreateExceptionMessage : Exception -> string
Protected Overridable Function CreateExceptionMessage (exception As Exception) As String
Parameters
- exception
- Exception
Returns
message to display to the user