次の方法で共有


scheduler_resource_allocation_error::scheduler_resource_allocation_error コンストラクター

scheduler_resource_allocation_error オブジェクトを構築します。

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

パラメーター

  • _Message
    エラーの説明メッセージ。

  • _Hresult
    この例外の原因になったエラーの HRESULT 値。

必要条件

ヘッダー: concrt.h

名前空間: Concurrency

参照

参照

scheduler_resource_allocation_error クラス