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