System::ComponentModel::AsyncCompletedEventArgs::get_Error method

AsyncCompletedEventArgs::get_Error method

Gets a value indicating which error occurred during an asynchronous operation.

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

ReturnValue

An System.Exception instance, if an error occurred during an asynchronous operation otherwise null.

See Also