Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs a scheduler_resource_allocation_error object.
_CRTIMP scheduler_resource_allocation_error(
const char * _Message,
HRESULT _Hresult
) throw();
explicit _CRTIMP scheduler_resource_allocation_error(
HRESULT _Hresult
) throw();
Parameters
_Message
A descriptive message of the error._Hresult
The HRESULT value of the error that caused the exception.
Requirements
Header: concrt.h
Namespace: Concurrency