WarningMessageEvent Class

WarningMessageEvent Class

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

WarningMessageEvent is raised by the platform to the Windows Event log for reporting warning-level conditions.

WarningMessageEvent has the following properties:

Property

Type

Description

EventID

Integer

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

Message

String

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

Remarks

Warning-level events typically indicate an unusual condition that might merit investigation.

See Also

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