次の方法で共有


unsupported_feature クラス

サポートされていない機能が使用される場合にスローされる例外です。

構文

class unsupported_feature : public runtime_exception;

メンバー

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

名前 説明
unsupported_feature Constructor unsupported_feature 例外の新しいインスタンスを構築します。

継承階層

exception

runtime_exception

unsupported_feature

unsupported_feature

unsupported_feature 例外の新しいインスタンスを構築します。

構文

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

unsupported_feature() throw();

パラメーター

_Message
エラーの説明。

戻り値

unsupported_feature オブジェクトです。

必要条件

ヘッダー: amprt.h

名前空間: Concurrency

関連項目

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