FaultContractExceptionHandlerDataManageabilityProvider 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 FaultContractExceptionHandlerData that splits policy overrides processing and WMI objects generation, performing appropriate logging of policy processing errors.

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

Syntax

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

Inheritance Hierarchy

System.Object
  ConfigurationElementManageabilityProvider
    ConfigurationElementManageabilityProviderBase<FaultContractExceptionHandlerData>
      Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.Configuration.Manageability.FaultContractExceptionHandlerDataManageabilityProvider

See Also

FaultContractExceptionHandlerDataManageabilityProvider Members

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