IExecutionStrategy.

ReportErrorsAsync(Func<Exception, Task>, Exception) Method

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<Exception, Task> The action.
exception Exception The exception.

Return Value

Type Description
Task The awaitable task.