ReplaceHandlerData.BuildExceptionHandler Method

Builds the exception handler represented by this configuration object.

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

Syntax

public override IExceptionHandler BuildExceptionHandler()
'Declaration
Public Overrides Function BuildExceptionHandler As IExceptionHandler
public:
virtual IExceptionHandler^ BuildExceptionHandler() override

Return Value

Type: IExceptionHandler
An IExceptionHandler.

See Also

ReplaceHandlerData Class

ReplaceHandlerData Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration Namespace