BaseCodeGeneratorWithSite.CreateExceptionMessage(Exception) Method

Definition

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

Applies to