Share via


Validation Application Block WMI Events

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

The Validation Application Block is instrumented with the WMI events listed in the following table.

WMI event class name

Description

ValidationSucceededEvent

The event occurs every time a successful validation occurs. The event contains the full name of the type that was validated.

ValidationFailedEvent

This event occurs every time a validation fails. The event contains the full name of the type that was validated.

ValidationExceptionEvent

This event occurs every time an unhandled exception occurs during a validation. The event contains the full name of the type that was validated and the exception message.

ValidationConfigurationFailureEvent

This event occurs every time a validation is invoked but the configuration is invalid. The event contains the exception message.