ReplaceHandler Class

Replaces the exception in the chain of handlers with a cleansed exception.

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

Syntax

public class ReplaceHandler : IExceptionHandler
'Declaration
Public Class ReplaceHandler
    Implements IExceptionHandler
public ref class ReplaceHandler : IExceptionHandler

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ReplaceHandler

See Also

ReplaceHandler Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace