Примітка
Доступ до цієї сторінки вимагає авторизації. Ви можете спробувати увійти в систему або змінити каталоги.
Доступ до цієї сторінки вимагає авторизації. Ви можете спробувати змінити каталоги.
This class describes an exception thrown when a messaging block is unable to find a requested message.
Syntax
class message_not_found : public std::exception;
Members
Public Constructors
| Name | Description |
|---|---|
| message_not_found | Overloaded. Constructs a message_not_found object. |
Inheritance Hierarchy
exception
message_not_found
Requirements
Header: concrt.h
Namespace: concurrency
message_not_found
Constructs a message_not_found object.
explicit _CRTIMP message_not_found(_In_z_ const char* _Message) throw();
message_not_found() throw();
Parameters
_Message
A descriptive message of the error.