ExceptionHandlingInstrumentationProvider Class
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. |
Defines the logical events that can be instrumented for the exception handling block.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)
Syntax
'Declaration
<InstrumentationListenerAttribute(GetType(ExceptionHandlingInstrumentationListener))> _
PublicClassExceptionHandlingInstrumentationProvider
[InstrumentationListenerAttribute(typeof(ExceptionHandlingInstrumentationListener))]
publicclassExceptionHandlingInstrumentationProvider
[InstrumentationListenerAttribute(typeof(ExceptionHandlingInstrumentationListener))]
publicref classExceptionHandlingInstrumentationProvider
publicclass ExceptionHandlingInstrumentationProvider
Remarks
The concrete instrumentation is provided by an object bound to the events of the provider. The default listener, automatically bound during construction, is ExceptionHandlingInstrumentationListener.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Instrumentation.ExceptionHandlingInstrumentationProvider
See Also
ExceptionHandlingInstrumentationProvider Members
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. |