Share via


ExceptionHandlingInstrumentationProvider.exceptionHandlerExecuted Event

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.

Occurs when an exception handler is executed.

Namespace:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Instrumentation
Assembly:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)

Syntax

'Declaration
<InstrumentationProviderAttribute("ExceptionHandlerExecuted")> _
Public Event exceptionHandlerExecutedAs EventHandler(Of EventArgs)
[InstrumentationProviderAttribute("ExceptionHandlerExecuted")]
public event EventHandler<EventArgs> exceptionHandlerExecuted
[InstrumentationProviderAttribute(L"ExceptionHandlerExecuted")]
public:
 event EventHandler<EventArgs^>^ exceptionHandlerExecuted {
    voidadd (EventHandler<EventArgs^>^ value);
    voidremove (EventHandler<EventArgs^>^ value);
}
JScript does not support events.

See Also

ExceptionHandlingInstrumentationProvider Class

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Instrumentation Namespace

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.