Logger.LogException Method

Definition

Overloads

LogException(Int32, String, Exception)
LogException(Object, Int32, String, Exception)

LogException(Int32, String, Exception)

public:
 static void LogException(int id, System::String ^ message, Exception ^ ex);
public static void LogException (int id, string message, Exception ex);
static member LogException : int * string * Exception -> unit
Public Shared Sub LogException (id As Integer, message As String, ex As Exception)

Parameters

id
Int32
message
String

Applies to

LogException(Object, Int32, String, Exception)

public:
 static void LogException(System::Object ^ tracePoint, int id, System::String ^ message, Exception ^ ex);
public static void LogException (object tracePoint, int id, string message, Exception ex);
static member LogException : obj * int * string * Exception -> unit
Public Shared Sub LogException (tracePoint As Object, id As Integer, message As String, ex As Exception)

Parameters

tracePoint
Object
id
Int32
message
String

Applies to