message_not_found 类
此类描述消息块找不到请求的消息时引发的异常。
语法
class message_not_found : public std::exception;
成员
公共构造函数
名称 | 描述 |
---|---|
message_not_found | 已重载。 构造 message_not_found 对象。 |
继承层次结构
exception
message_not_found
要求
标头:concrt.h
命名空间: 并发
message_not_found
构造 message_not_found
对象。
explicit _CRTIMP message_not_found(_In_z_ const char* _Message) throw();
message_not_found() throw();
参数
_Message
错误的描述性消息。