message_not_found Class
This class describes an exception that is thrown whenever a messaging block is unable to find a requested message.
class message_not_found : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
Overloaded. Constructs a message_not_found object. |
Inheritance Hierarchy
exception
Requirements
Header: concrt.h
Namespace: Concurrency