Compartir a través de


BaseCodeGeneratorWithSite.CreateExceptionMessage (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextTemplating.VSHost
Ensamblado:  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (en Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

BaseCodeGeneratorWithSite Clase

Microsoft.VisualStudio.TextTemplating.VSHost (Espacio de nombres)