Summary
Gets or sets the error handler.
Syntax
public Func<Exception, ICakeContext, Task> ErrorHandler { get; set; }
Value
Type | Description |
---|---|
Func |
The error handler. |
public Func<Exception, ICakeContext, Task> ErrorHandler { get; set; }
Type | Description |
---|---|
Func |
The error handler. |