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