System::ComponentModel::AsyncCompletedEventArgs::get_Error metodo

AsyncCompletedEventArgs::get_Error method

Restituisce un valore che indica quale errore si è verificato durante un’operazione asincrona.

const System::Exception & System::ComponentModel::AsyncCompletedEventArgs::get_Error() const

ReturnValue

Un’istanza di System.Exception, se si è verificato un errore durante un’operazione asincrona altrimenti null.

Vedi anche