Summary
Executes the error reporter.
- Namespace
- Cake
.Core - Containing Type
- Default
Execution Strategy
Syntax
public Task ReportErrorsAsync(Func<Exception, Task> action, Exception exception)
Parameters
Name | Type | Description |
---|---|---|
action | Func |
The action. |
exception | Exception | The exception. |
Return Value
Type | Description |
---|---|
Task | The awaitable task. |