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();

参数

_Message
错误的描述。

返回值

unsupported_feature 对象。

要求

标头:amprt.h

命名空间: 并发

另请参阅

并发命名空间 (C++ AMP)