scheduler_resource_allocation_error::scheduler_resource_allocation_error Constructor

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

See Also

Reference

scheduler_resource_allocation_error Class