次の方法で共有


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

新しいインスタンスを初期化する、 runtime_exception クラス。

runtime_exception(
   const char * _Message,
   HRESULT _Hresult                     
) throw();
                     
explicit runtime_exception(
   HRESULT _Hresult                     
) throw();
                     
runtime_exception(
   const runtime_exception &_Other                     
) throw();

パラメーター

  • _Message
    例外の原因となったエラーの説明です。

  • _Hresult
    例外の原因とエラーの HRESULT。

  • _Other
    コピーする runtime_exception オブジェクト。

戻り値

runtime_exception オブジェクト。

必要条件

ヘッダー: amprt.h

名前空間: Concurrency

参照

関連項目

runtime_exception クラス