共用方式為


unsupported_feature 類別

使用不支援的功能時所擲回的例外狀況。

語法

class unsupported_feature : public runtime_exception;

成員

公用建構函式

名稱 描述
unsupported_feature建構函式 建構例外狀況 unsupported_feature 的新實例。

繼承階層架構

exception

runtime_exception

unsupported_feature

unsupported_feature

建構例外狀況 unsupported_feature 的新實例。

語法

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

unsupported_feature() throw();

參數

_消息
錯誤的描述。

傳回值

unsupported_feature 物件。

需求

標頭: amprt.h

命名空間: 並行

另請參閱

Concurrency 命名空間 (C++ AMP)