Share via


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

This type supports the Enterprise Library Manageability Extensions infrastructure and is not intended to be used directly from your code.

Represents the behavior required to provide Group Policy updates and to publish the ConfigurationSetting instances associated to the configuration information for the Exception Handling Application Block, and it also manages the creation of the ADM template categories and policies required to edit Group Policy Objects for the block.

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

Syntax

'Declaration
PublicNotInheritableClassExceptionHandlingSettingsManageabilityProvider _
    Inherits ConfigurationSectionManageabilityProviderBase(Of ExceptionHandlingSettings)
publicsealedclassExceptionHandlingSettingsManageabilityProvider : ConfigurationSectionManageabilityProviderBase<ExceptionHandlingSettings>
publicref classExceptionHandlingSettingsManageabilityProvidersealed : public ConfigurationSectionManageabilityProviderBase<ExceptionHandlingSettings^>
publicfinalclass ExceptionHandlingSettingsManageabilityProvider extends ConfigurationSectionManageabilityProviderBase<ExceptionHandlingSettings>

Remarks

This class performs the actual Group Policy update and Wmi object generation for the ExceptionHandlingSettings configuration section and its ExceptionPolicyData instances together with the ExceptionTypeData objects they contain. Processing for ExceptionHandlerData instances is delegated to ConfigurationElementManageabilityProvider objects registered to the handler data types.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSectionManageabilityProvider
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSectionManageabilityProviderBase<ExceptionHandlingSettings>
      Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability.ExceptionHandlingSettingsManageabilityProvider

See Also

ExceptionHandlingSettingsManageabilityProvider Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability 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.