使用不支持的功能时引发的异常。
Syntax
class unsupported_feature : public runtime_exception;
成员
公共构造函数
| 名称 | 说明 |
|---|---|
| unsupported_feature 构造函数 | 构造 unsupported_feature 异常的新实例。 |
继承层次结构
exception
runtime_exception
unsupported_feature
不支持的功能
构造 unsupported_feature 异常的新实例。
Syntax
explicit unsupported_feature(
const char * _Message ) throw();
unsupported_feature() throw();
参数
_Message
对错误的说明。
返回值
unsupported_feature 对象。
要求
标头:amprt.h
命名空间: 并发