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