Task.IsFaulted Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets whether the Task completed due to an unhandled exception.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the task has thrown an unhandled exception; otherwise false.
Show: