TeamFoundationEventLogger.LogException Method (String, Exception, Int32, EventLogEntryType)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Sub LogException ( _
    message As String, _
    exception As Exception, _
    eventId As Integer, _
    level As EventLogEntryType _
)
public static void LogException(
    string message,
    Exception exception,
    int eventId,
    EventLogEntryType level
)
public:
static void LogException(
    String^ message, 
    Exception^ exception, 
    int eventId, 
    EventLogEntryType level
)
static member LogException : 
        message:string * 
        exception:Exception * 
        eventId:int * 
        level:EventLogEntryType -> unit
public static function LogException(
    message : String, 
    exception : Exception, 
    eventId : int, 
    level : EventLogEntryType
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationEventLogger Class

LogException Overload

Microsoft.TeamFoundation.Framework.Server Namespace