STLdoc
STLdocumentation
|
This class describes an exception thrown when a messaging block is unable to find a requested message. More...
#include <concrt.h>
Public Member Functions | |
_CRTIMP | message_not_found (_In_z_ const char *_Message) throw () |
Constructs a message_not_found object. More... | |
_CRTIMP | message_not_found () throw () |
Constructs a message_not_found object. More... | |
This class describes an exception thrown when a messaging block is unable to find a requested message.
|
explicit |
Constructs a message_not_found
object.
_Message | A descriptive message of the error. |
_CRTIMP Concurrency::message_not_found::message_not_found | ( | ) | ||
throw | ( | |||
) |
Constructs a message_not_found
object.