TraceWarning Class

TraceWarning Class

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

TraceWarning is raised by the platform to log warning-level events in a production environment.

TraceWarning 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.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent