ExceptionHandlerConfigurationExtension Class

Provides a base extensible class for handler configuration extensions. This class eases the handling of the IExceptionConfigurationAddExceptionHandlers that is the typical entry point for most exception handler's fluent configuration interface.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public abstract class ExceptionHandlerConfigurationExtension : IExceptionConfigurationForExceptionTypeOrPostHandling, 
    IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IExceptionHandlerExtension, IFluentInterface
'Declaration
Public MustInherit Class ExceptionHandlerConfigurationExtension
    Implements IExceptionConfigurationForExceptionTypeOrPostHandling, IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, 
    IExceptionHandlerExtension, IFluentInterface
public ref class ExceptionHandlerConfigurationExtension abstract : IExceptionConfigurationForExceptionTypeOrPostHandling, 
    IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IExceptionHandlerExtension, IFluentInterface

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ExceptionHandlerConfigurationExtension

See Also

ExceptionHandlerConfigurationExtension Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace