scheduler_resource_allocation_error::scheduler_resource_allocation_error Constructor

Constructs a scheduler_resource_allocation_error object.

scheduler_resource_allocation_error(
   _In_z_ 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