ExceptionHandlingInstrumentationProvider.exceptionHandlingErrorOccurred 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 error occurs handling an Exception is handled.

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

Syntax

'Declaration
<InstrumentationProviderAttribute("ExceptionHandlingErrorOccurred")> _
Public Event exceptionHandlingErrorOccurredAs EventHandler(Of ExceptionHandlingErrorEventArgs)
[InstrumentationProviderAttribute("ExceptionHandlingErrorOccurred")]
public event EventHandler<ExceptionHandlingErrorEventArgs> exceptionHandlingErrorOccurred
[InstrumentationProviderAttribute(L"ExceptionHandlingErrorOccurred")]
public:
 event EventHandler<ExceptionHandlingErrorEventArgs^>^ exceptionHandlingErrorOccurred {
    voidadd (EventHandler<ExceptionHandlingErrorEventArgs^>^ value);
    voidremove (EventHandler<ExceptionHandlingErrorEventArgs^>^ 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.