Task..::..IsFaulted Property
Gets whether the Task completed due to an unhandled exception.
Namespace:
System.Threading.TasksAssembly: 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 (); }