System::Threading::Tasks::Task::get_IsFaulted metodo

Task::get_IsFaulted method

Ottiene se il task è stato completato a causa di un’eccezione non gestita.

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

ReturnValue

bool Vero se il task ha generato un errore

Vedi anche