get_IsFaulted()

Task::get_IsFaulted() const method

Gets whether the task completed due to an unhandled exception.

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

Return Value

bool True if the task faulted

See Also