Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Logs an exception.
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
)
void LogException(
String^ plugin,
int logLevel,
String^ msg,
Exception^ e
)
abstract LogException :
plugin:string *
logLevel:int *
msg:string *
e:Exception -> unit
function LogException(
plugin : String,
logLevel : int,
msg : String,
e : Exception
)
Parameters
- plugin
Type: System.String
The plug-in that raised the exception.
- logLevel
Type: System.Int32
The log level.
- msg
Type: System.String
A message to write to the log.
- e
Type: System.Exception
The exception to write to the log.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.