Share via


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

Factory for ExceptionPolicyImpls. This class is responsible for creating all the internal classes needed to implement a CacheManager.

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

Syntax

'Declaration
PublicClassExceptionPolicyFactory _
    Inherits LocatorNameTypeFactoryBase(Of ExceptionPolicyImpl)
publicclassExceptionPolicyFactory : LocatorNameTypeFactoryBase<ExceptionPolicyImpl>
publicref classExceptionPolicyFactory : public LocatorNameTypeFactoryBase<ExceptionPolicyImpl^>
publicclass ExceptionPolicyFactory extends LocatorNameTypeFactoryBase<ExceptionPolicyImpl>

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.LocatorNameTypeFactoryBase<ExceptionPolicyImpl>
    Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyFactory

See Also

ExceptionPolicyFactory Members

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