IExceptionConfigurationReplaceWithProvider Interface

This interface supports the fluent configuration of ReplaceHandler

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

Syntax

public interface IExceptionConfigurationReplaceWithProvider : IExceptionConfigurationWithMessage, 
    IExceptionConfigurationForExceptionTypeOrPostHandling, IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface
'Declaration
Public Interface IExceptionConfigurationReplaceWithProvider
    Inherits IExceptionConfigurationWithMessage, IExceptionConfigurationForExceptionTypeOrPostHandling, IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, 
    IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface
public interface class IExceptionConfigurationReplaceWithProvider : IExceptionConfigurationWithMessage, 
    IExceptionConfigurationForExceptionTypeOrPostHandling, IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface

See Also

IExceptionConfigurationReplaceWithProvider Members

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