Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.