scheduler_resource_allocation_error Class

This class describes an exception thrown because of a failure to acquire a critical resource in the Concurrency Runtime.

class scheduler_resource_allocation_error : public std::exception;

Members

Public Constructors

Name

Description

scheduler_resource_allocation_error::scheduler_resource_allocation_error Constructor

Overloaded. Constructs a scheduler_resource_allocation_error object.

Public Methods

Name

Description

scheduler_resource_allocation_error::get_error_code Method

Returns the error code that caused the exception.

Remarks

This exception is typically thrown when a call to the operating system from within the Concurrency Runtime fails. The error code which would normally be returned from a call to the Win32 method GetLastError is converted to a value of type HRESULT and can be retrieved using the get_error_code method.

Inheritance Hierarchy

exception

scheduler_resource_allocation_error

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

concurrency Namespace