Exception Handling Application Block Event Log Entries

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 Exception Handling Application Block is instrumented to log entries to the application event log for a variety of events.

Table 1 lists the Exception Handling Application Block event log entries. The Listener column is the class that raised the event. The Event column is the name of the event. The Exception column is the Boolean value of the exception. The Main Message column is the main error message. The Additional column is any additional information that is available.

Table 1: Exception Handling Application Block Event Log Entries

Listener

Event

Exception

Main Message

Additional

ExceptionHandlingInstrumentationListener

ExceptionHandlingErrorOccurred

true

The error occurred while handling an exception for policy policy.

Details of the exception are included here.

DefaultExceptionHandlingEventLogger

ConfigurationError

true

A configuration failure occurred while creating database database.

 

DefaultExceptionHandlingEventLogger

InternalError

true

Details of the exception are included here.

 
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.