ILogger.LogException, méthode (String, Int32, Exception)
Enregistre une exception.
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.VisualStudio.TeamFoundation.Client (dans Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Sub LogException ( _
plugin As String, _
logLevel As Integer, _
e As Exception _
)
void LogException(
string plugin,
int logLevel,
Exception e
)
Paramètres
- plugin
Type : System.String
Le plug-in qui a déclenché l'exception.
- logLevel
Type : System.Int32
Le niveau de journal.
- e
Type : System.Exception
L'objet exception dans le journal.
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.