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();

參數

_消息
錯誤的描述性訊息。

另請參閱

concurrency 命名空間
Scheduler 類別