System::ComponentModel::AsyncCompletedEventArgs::get_Error metode

AsyncCompletedEventArgs::get_Error method

Mendapatkan nilai yang menunjukkan kesalahan apa yang terjadi selama operasi asynchronous.

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

ReturnValue

Sebuah instance System.Exception jika terjadi kesalahan selama operasi asynchronous, jika tidak null.

Lihat Juga