scheduler_not_attached 类

此类描述每当需要一个计划程序来附加到当前的上下文来执行操作,而实际并未如此时引发的异常。

class scheduler_not_attached : public std::exception;

成员

公共构造函数

Name

说明

scheduler_not_attached::scheduler_not_attached 构造函数

已重载。 构造 scheduler_not_attached 对象。

继承层次结构

exception

scheduler_not_attached

要求

**标头:**concrt.h

命名空间: 并发

请参见

参考

Concurrency 命名空间

Scheduler 类

Scheduler::Attach 方法