Summary
Executes the error reporter.
- Namespace
- Cake
.Core - Containing Type
- IExecutionStrategy
Syntax
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. |
