إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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.