CakeTask.

ErrorHandler Property

Summary

Gets or sets the error handler.
Namespace
Cake.Core
Containing Type
CakeTask

Syntax

public Func<Exception, ICakeContext, Task> ErrorHandler { get; set; }

Value

Type Description
Func<Exception, ICakeContext, Task> The error handler.