共用方式為


scheduler_resource_allocation_error::scheduler_resource_allocation_error 建構函式

建構 scheduler_resource_allocation_error 物件。

scheduler_resource_allocation_error(
   _In_z_ const char * _Message,
   HRESULT _Hresult
) throw();

explicit _CRTIMP scheduler_resource_allocation_error(
   HRESULT _Hresult
) throw();

參數

  • _Message
    錯誤的描述性訊息。

  • _Hresult
    造成該例外狀況之錯誤的 HRESULT 值。

需求

標頭: concrt.h

Namespace: 並行存取

請參閱

參考

scheduler_resource_allocation_error 類別