Summary
    Defers all exceptions until after all actions for this task have completed.
    
		- Namespace
- Cake.Core 
- Containing Type
- CakeTask Builder Of T Extensions 
Syntax
public static CakeTaskBuilder<TData> DeferOnError<TData>(this CakeTaskBuilder<TData> builder) 
    where TData : classType Parameters
| Name | Description | 
|---|---|
| TData | The type of the data context. | 
Parameters
| Name | Type | Description | 
|---|---|---|
| builder | CakeTaskBuilder | The task builder. | 
Return Value
| Type | Description | 
|---|---|
| CakeTaskBuilder | The same CakeTaskBuilder<TData>instance so that multiple calls can be chained. | 
