Freigeben über


ILogger.LogException-Methode (String, Int32, String, Exception)

Protokolliert eine Ausnahme.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub LogException ( _
    plugin As String, _
    logLevel As Integer, _
    msg As String, _
    e As Exception _
)
void LogException(
    string plugin,
    int logLevel,
    string msg,
    Exception e
)

Parameter

  • plugin
    Typ: System.String
    Das Plug-In, das die Ausnahme ausgelöst hat.
  • msg
    Typ: System.String
    Eine Meldung in das Protokoll geschrieben.

.NET Framework-Sicherheit

Siehe auch

Referenz

ILogger Schnittstelle

LogException-Überladung

Microsoft.TeamFoundation.Client-Namespace