System::ComponentModel::AsyncCompletedEventArgs::get_Error メソッド

AsyncCompletedEventArgs::get_Error method

非同期操作中に発生したエラーを示す値を取得します。

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

ReturnValue

非同期操作中にエラーが発生した場合は System.Exception のインスタンス、そうでなければ null。

参照