次の方法で共有


runtime_exception クラス

C++ Accelerated Massive Parallelism (AMP) ライブラリ内の例外の基本型。

class runtime_exception : public std::exception;

メンバー

パブリック コンストラクター

名前

説明

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

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

runtime_exception::~runtime_exception デストラクター

runtime_exception オブジェクトを破棄します。

パブリック メソッド

名前

説明

runtime_exception::get_error_code メソッド

例外の原因となったエラー コードを返します。

パブリック演算子

名前

説明

runtime_exception::operator= 演算子

指定された runtime_exception オブジェクトの内容をこのオブジェクトにコピーします。

継承階層

exception

runtime_exception

必要条件

ヘッダー: amprt.h

名前空間: Concurrency

参照

関連項目

Concurrency 名前空間 (C++ AMP)