BaseCodeGeneratorWithSite.CreateExceptionMessage, méthode
Espace de noms : Microsoft.VisualStudio.TextTemplating.VSHost
Assembly : Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (dans Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntaxe
'Déclaration
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
Paramètres
- exception
Type : System.Exception
Valeur de retour
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
BaseCodeGeneratorWithSite Classe
Microsoft.VisualStudio.TextTemplating.VSHost, espace de noms