IExceptionConfigurationForExceptionTypeOrPostHandling Interface

This interface supports the configuration of the Exception Handling Application Block.

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

Syntax

'Declaration
Public Interface IExceptionConfigurationForExceptionTypeOrPostHandling _
    Implements IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface
public interface IExceptionConfigurationForExceptionTypeOrPostHandling : IExceptionConfigurationGivenPolicyWithName, 
    IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface
public interface class IExceptionConfigurationForExceptionTypeOrPostHandling : IExceptionConfigurationGivenPolicyWithName, 
    IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface
public interface IExceptionConfigurationForExceptionTypeOrPostHandling extends IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface

See Also

IExceptionConfigurationForExceptionTypeOrPostHandling Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace