次の方法で共有


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

名前空間: concurrency

参照

関連項目

scheduler_resource_allocation_error クラス