Trace Class

Trace Class

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

Trace is raised by the platform to log trace events in a production environment.

Trace has the following properties:

Property

Type

Description

Message

String

A text string provided by the platform that describes the debug or trace event.

ExceptionDetails

String

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

Remarks

This event is generated anytime the platform makes a call to Trace.Warning().

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent