InternalDiagnosticEvent Class

InternalDiagnosticEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  DiagnosticEvent
Derived Classes:  Trace, TraceWarning, TraceFailure

The abstract InternalDiagnosticEvent class defines an event type for logging trace messages in a production environment.

InternalDiagnosticEvent implements the following properties:

Property

Type

Description

Message

String

A text string provided by the platform that describes the 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