ILogger.LogException Method (String, Int32, String, Exception)

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.

.NET Framework Security

See Also

Reference

ILogger Interface

LogException Overload

Microsoft.TeamFoundation.Client Namespace