ErrorMessageEvent Class

ErrorMessageEvent Class

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

ErrorMessageEvent is raised by the platform to the Windows Event log to report error-level conditions.

ErrorMessageEvent has the following properties:

Property

Type

Description

EventID

Integer

A unique numeric identifier for the error. Corresponds to the Event Log EventID for the event.

Message

String

A text string, provided by the platform, that describes the error.

Remarks

Error-level events typically indicate an unexpected condition resulting in potential loss of service.

See Also

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