Summary
Gets or sets a value indicating whether gets the task's state if it will defer exceptions until the end of the task.
Syntax
public bool DeferExceptions { get; set; }
Value
| Type | Description |
|---|---|
| bool | The task's defer exceptions state. |
