TraceFailure Class

TraceFailure Class

Raised by:  TAS, SES
Base Class:  InternalDiagnosticEvent
Derived Classes:  None

TraceFailure is raised by the platform to log unrecoverable failures in a production environment.

TraceFailure has the following properties:

Property

Type

Description

Message

String

A text string provided by the platform that describes the failure.

ExceptionDetails

String

A text string provided by the platform that gives additional contextual information about the specific exception thrown.

Remarks

A TraceFailure event opens the debugger and throws an exception. If the debugger is not installed on the server computer, this event opens Dr. Watson with the relevant information.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Event Filters | Filtering Logged Events