Summary
Initializes a new instance of the
ExceptionHandler
class.
- Namespace
- NBuildKit
.MsBuild .Tasks .Nuclei .ExceptionHandling - Containing Type
- ExceptionHandler
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 |