Bridge

Task..::..IsFaulted Property

Gets whether the Task completed due to an unhandled exception.

Namespace:  System.Threading.Tasks
Assembly:  Bridge (in Bridge.dll)

Syntax


[NameAttribute]
public bool IsFaulted { get; }
<NameAttribute> _
Public ReadOnly Property IsFaulted As Boolean
	Get
[NameAttribute]
public:
property bool^ IsFaulted {
	bool^ get ();
}

Return Value

true if the task has thrown an unhandled exception; otherwise false.