Share via


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

Represents the configuration information for a ExceptionPolicyData instance.

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

Syntax

'Declaration
<InstrumentationClassAttribute(InstrumentationType.Instance)> _
PublicClassExceptionPolicySetting _
    Inherits NamedConfigurationSetting
[InstrumentationClassAttribute(InstrumentationType.Instance)]
publicclassExceptionPolicySetting : NamedConfigurationSetting
[InstrumentationClassAttribute(InstrumentationType::Instance)]
publicref classExceptionPolicySetting : public NamedConfigurationSetting
publicclass ExceptionPolicySetting extends NamedConfigurationSetting

Remarks

ExceptionPolicyData do not have any properties of their own that are not collections of other configuration objects. Instances of ExceptionPolicySetting are still published for the sake of completeness.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSetting
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.NamedConfigurationSetting
      Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability.ExceptionPolicySetting

See Also

ExceptionPolicySetting Members

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

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability.ExceptionTypeSetting

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability.ExceptionHandlerSetting

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.