scheduler_not_attached 类
此类描述需要将计划程序附加到当前上下文以执行操作,而实际并未进行附加即执行该操作时引发的异常。
语法
class scheduler_not_attached : public std::exception;
成员
公共构造函数
名称 | 描述 |
---|---|
scheduler_not_attached | 已重载。 构造 scheduler_not_attached 对象。 |
继承层次结构
exception
scheduler_not_attached
要求
标头:concrt.h
命名空间: 并发
scheduler_not_attached
构造 scheduler_not_attached
对象。
explicit _CRTIMP scheduler_not_attached(_In_z_ const char* _Message) throw();
scheduler_not_attached() throw();
参数
_Message
错误的描述性消息。