System::Threading::Tasks::ValueTask::get_IsFaulted method

ValueTask::get_IsFaulted method

Gets a value indicating whether the task completed due to an unhandled exception.

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

ReturnValue

bool True if the task is faulted; otherwise, false.

See Also