次の方法で共有


invalid_compute_domain クラス

ランタイムが、parallel_for_each 呼び出しサイトで指定された計算ドメインを使用することによってカーネルを起動できない場合にスローされる例外。

構文

class invalid_compute_domain : public runtime_exception;

メンバー

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

名前 説明
invalid_compute_domain Constructor invalid_compute_domain クラスの新しいインスタンスを初期化します。

継承階層

exception

runtime_exception

invalid_compute_domain

必要条件

ヘッダー: amprt.h

名前空間: Concurrency

invalid_compute_doメイン

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

構文

explicit invalid_compute_domain(
    const char * _Message ) throw();

invalid_compute_domain() throw();

パラメーター

_Message
エラーの説明。

戻り値

invalid_compute_domain クラスのインスタンス。

関連項目

コンカレンシー名前空間 (C++ AMP)