AdministrativeEvent Class

AdministrativeEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  CommonEvent
Derived Classes:  InformationalMessageEvent

The abstract AdministrativeEvent class defines an event type the platform can use to raise messages to the Windows Event log, such as generic alerts, notifications, or warnings. The derived InformationalMessageEvent class implements the message field that contains the event information.

AdministrativeEvent does not implement any new properties.

Remarks

Abstract events do not appear directly in the logs. Properties inherited or defined by the abstract class appear in the logs when implemented in derived classes.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Abstract Events