System::Threading::Tasks::Task::get_IsFaulted method

Task::get_IsFaulted method

Gets whether the task completed due to an unhandled exception.

bool System::Threading::Tasks::Task::get_IsFaulted() const

ReturnValue

bool True if the task faulted

See Also