このクラスは、操作のタイムアウトが発生した場合にスローされる例外を表します。
構文
class operation_timed_out : public std::exception;
メンバー
パブリック コンストラクター
| 名前 | 説明 |
|---|---|
| 操作がタイムアウトしました | 過負荷です。
operation_timed_out オブジェクトを構築します。 |
継承階層
exception
operation_timed_out
要件
ヘッダー: concrt.h
名前空間: concurrency
操作がタイムアウトしました
operation_timed_out オブジェクトを構築します。
explicit _CRTIMP operation_timed_out(_In_z_ const char* _Message) throw();
operation_timed_out() throw();
パラメーター
_Message
エラーの説明メッセージ。