Method | Description | |
---|---|---|
ExceptionTraceEvent ( TraceEventType eventType, int eventId, Exception exception ) |
Initializes a new instance of the ExceptionTraceEvent class.
|
|
ExceptionTraceEvent ( TraceEventType eventType, int eventId, Exception exception, string message ) |
Initializes a new instance of the ExceptionTraceEvent class.
|
public ExceptionTraceEvent ( TraceEventType eventType, int eventId, Exception exception ) | ||
eventType | TraceEventType | |
eventId | int | |
exception | Exception |
public ExceptionTraceEvent ( TraceEventType eventType, int eventId, Exception exception, string message ) | ||
eventType | TraceEventType | |
eventId | int | |
exception | Exception | |
message | string |