CakeTaskExtensions.

SetDeferExceptions(CakeTask, bool) Method

Summary

Sets the task's defer exceptions state.
Namespace
Cake.Core
Containing Type
CakeTaskExtensions

Syntax

public static void SetDeferExceptions(this CakeTask task, bool value)

Parameters

Name Type Description
task CakeTask The task.
value bool The defer exceptions state.

Return Value

Type Description
void