Gets whether the System.Threading.Tasks.Task completed due to an unhandled exception.
Documentation for this section has not yet been entered.
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.