System.Threading.Tasks.Task.IsFaulted Property

Gets whether the System.Threading.Tasks.Task completed due to an unhandled exception.

Syntax

public bool IsFaulted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If Task.IsFaulted is true, the task's Task.Status will be equal to TaskStatus.Faulted, and its Task.Exception property will be non-null.

Requirements

Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0