ExceptionHandler.

ExceptionHandler(ExceptionProcessor[]) Constructor

Summary

Initializes a new instance of the ExceptionHandler class.

Syntax

public ExceptionHandler(params ExceptionProcessor[] exceptionProcessors)

Parameters

Name Type Description
exceptionProcessors ExceptionProcessor[] The collection of exception processors that will be used to log any unhandled exception.

Return Value

Type Description
void