DeveloperWarningMessageEvent Class

DeveloperWarningMessageEvent Class

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

DeveloperWarningMessageEvent is raised by the platform to bring warning-level messages to the attention of the application developer.

These messages generally indicate an error in the application from which the platform can reasonably recover, but that may result in an unsuccessful completion of the requested operation, or other unexpected results.

DeveloperWarningMessageEvent has the following properties:

Property

Type

Description

Message

String

A text string supplied by the platform that specifies the content of the message.

EventID

Integer

A unique identifier for the message, generated by the platform.

See Also

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