scheduler_resource_allocation_error 类
此类描述引发异常。由于无法获取在并发运行时的关键资源。
class scheduler_resource_allocation_error : public std::exception;
成员
公共构造函数
名称 |
说明 |
---|---|
scheduler_resource_allocation_error::scheduler_resource_allocation_error 构造函数 |
已重载。 构造 scheduler_resource_allocation_error 对象。 |
公共方法
名称 |
说明 |
---|---|
返回导致异常的错误代码。 |
备注
该异常通常在从并发运行时内调用操作系统失败时引发。 在调用通常将返回到 Win32 方法 GetLastError 使用 get_error_code 方法,的错误代码转换为类型 HRESULT 的值,并可以进行检索。
继承层次结构
exception
scheduler_resource_allocation_error
要求
**标头:**concrt.h
命名空间: 并发