Freigeben über


BaseCodeGeneratorWithSite.CreateExceptionMessage-Methode

Erstellen Sie eine Meldung, die dem Benutzer anhand einer Ausnahme angezeigt wird.

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Syntax

'Declaration
Protected Overridable Function CreateExceptionMessage ( _
    exception As Exception _
) As String
protected virtual string CreateExceptionMessage(
    Exception exception
)
protected:
virtual String^ CreateExceptionMessage(
    Exception^ exception
)
abstract CreateExceptionMessage : 
        exception:Exception -> string 
override CreateExceptionMessage : 
        exception:Exception -> string 
protected function CreateExceptionMessage(
    exception : Exception
) : String

Parameter

Rückgabewert

Typ: System.String
Dem Benutzer anzuzeigende Meldung.

.NET Framework-Sicherheit

Siehe auch

Referenz

BaseCodeGeneratorWithSite Klasse

Microsoft.VisualStudio.TextTemplating.VSHost-Namespace