scheduler_worker_creation_error::scheduler_worker_creation_error Constructor
Constructs a scheduler_worker_creation_error object.
scheduler_worker_creation_error(
_In_z_ const char * _Message,
HRESULT _Hresult
) throw();
explicit _CRTIMP scheduler_worker_creation_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