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
エラーの説明メッセージ。

関連項目

コンカレンシー名前空間
Scheduler クラス