message_not_found::message_not_found 构造函数

构造 message_not_found 对象。

explicit _CRTIMP message_not_found(
   const char * _Message
) throw();
_CRTIMP message_not_found() throw();

参数

  • _Message
    错误的说明消息。

要求

**标头:**concrt.h

命名空间: 并发

请参见

参考

message_not_found 类