Sdílet prostřednictvím


BaseCodeGeneratorWithSite.CreateExceptionMessage – metoda

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)

Syntaxe

'Deklarace
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

Parametry

  • exception
    Typ: Exception

Vrácená hodnota

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

BaseCodeGeneratorWithSite Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů