unsupported_os 类

此类描述使用不受支持的操作系统时引发的一种异常。

语法

class unsupported_os : public std::exception;

成员

公共构造函数

名称 描述
unsupported_os 已重载。 构造 unsupported_os 对象。

继承层次结构

exception

unsupported_os

要求

标头:concrt.h

命名空间: 并发

unsupported_os

构造 unsupported_os 对象。

语法

explicit _CRTIMP unsupported_os(_In_z_ const char* _Message) throw();

unsupported_os() throw();

参数

_Message
错误的描述性消息。

另请参阅

并发命名空间