| Microsoft Enterprise Library 5.0 |
| Exception Handling Application Block Event Log Entries |
|
The Exception Handling Application Block is instrumented to log entries to the application event log for a variety of events. This topic lists the Exception Handling Application Block event log entries. The listener is the class that raised the event.
Exception Handling Error Event
|
Event |
Description |
|---|---|
|
Event Name |
ExceptionHandlingErrorOccurred. |
|
Message |
The error occurred while handling an exception for policy policy. |
|
Additional Information |
Contains details of the exception. |
|
Listener |
ExceptionHandlingInstrumentationListener. |
Configuration Error Event
|
Event |
Description |
|---|---|
|
Event Name |
ConfigurationError. |
|
Message |
A configuration failure occurred while creating policy policy. |
|
Listener |
DefaultExceptionHandlingEventLogger. |
Internal Error Event
|
Event |
Description |
|---|---|
|
Event Name |
InternalError. |
|
Message |
Details of the exception operation that was in progress when the error occurred. |
|
Listener |
DefaultExceptionHandlingEventLogger. |