ExceptionHandlingInstrumentationListener 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. |
Provides the concrete instrumentation for the logical events raised by a ExceptionHandlingInstrumentationProvider object.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)
Syntax
'Declaration
<HasInstallableResourcesAttribute> _
<EventLogDefinitionAttribute("Application", "Enterprise Library ExceptionHandling")> _
<PerformanceCountersDefinitionAttribute("Enterprise Library Exception Handling Counters", _
"ExceptionHandlingHelpResourceName")> _
PublicClassExceptionHandlingInstrumentationListener _
Inherits InstrumentationListener
[HasInstallableResourcesAttribute]
[EventLogDefinitionAttribute("Application", "Enterprise Library ExceptionHandling")]
[PerformanceCountersDefinitionAttribute("Enterprise Library Exception Handling Counters",
"ExceptionHandlingHelpResourceName")]
publicclassExceptionHandlingInstrumentationListener : InstrumentationListener
[HasInstallableResourcesAttribute]
[EventLogDefinitionAttribute(L"Application", L"Enterprise Library ExceptionHandling")]
[PerformanceCountersDefinitionAttribute(L"Enterprise Library Exception Handling Counters",
L"ExceptionHandlingHelpResourceName")]
publicref classExceptionHandlingInstrumentationListener : public InstrumentationListener
publicclass ExceptionHandlingInstrumentationListener extends InstrumentationListener
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationListener
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Instrumentation.ExceptionHandlingInstrumentationListener
See Also
ExceptionHandlingInstrumentationListener 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. |