LoggingExceptionHandlerDataManageabilityProvider 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.

The latest Enterprise Library information can be found at the Enterprise Library site.

Provides an implementation for LoggingExceptionHandlerData that splits policy overrides processing and WMI objects generation, performing appropriate logging of policy processing errors.

Namespace:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll)

Syntax

'Declaration
Public Class LoggingExceptionHandlerDataManageabilityProvider _
    Inherits ConfigurationElementManageabilityProviderBase(Of LoggingExceptionHandlerData)
public class LoggingExceptionHandlerDataManageabilityProvider : ConfigurationElementManageabilityProviderBase<LoggingExceptionHandlerData>
public ref class LoggingExceptionHandlerDataManageabilityProvider : public ConfigurationElementManageabilityProviderBase<LoggingExceptionHandlerData^>
public class LoggingExceptionHandlerDataManageabilityProvider extends ConfigurationElementManageabilityProviderBase<LoggingExceptionHandlerData>

Inheritance Hierarchy

System.Object
  ConfigurationElementManageabilityProvider
    ConfigurationElementManageabilityProviderBase<LoggingExceptionHandlerData>
      Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Manageability.LoggingExceptionHandlerDataManageabilityProvider

See Also

LoggingExceptionHandlerDataManageabilityProvider Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Manageability Namespace