scheduler_not_attached クラス
このクラスは、現在のコンテキストにスケジューラがアタッチされている必要がある操作を実行するときにスケジューラがアタッチされていない場合にスローされる例外を表します。
構文
class scheduler_not_attached : public std::exception;
メンバー
パブリック コンストラクター
名前 | 説明 |
---|---|
scheduler_not_attached | 過負荷です。 scheduler_not_attached オブジェクトを構築します。 |
継承階層
exception
scheduler_not_attached
要件
ヘッダー: concrt.h
名前空間: concurrency
scheduler_not_attached
scheduler_not_attached
オブジェクトを構築します。
explicit _CRTIMP scheduler_not_attached(_In_z_ const char* _Message) throw();
scheduler_not_attached() throw();
パラメーター
_Message
エラーの説明メッセージ。