STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::message_not_found Class Reference

This class describes an exception thrown when a messaging block is unable to find a requested message. More...

#include <concrt.h>

Inheritance diagram for Concurrency::message_not_found:

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...
 

Detailed Description

This class describes an exception thrown when a messaging block is unable to find a requested message.

See also
Asynchronous Message Blocks

Constructor & Destructor Documentation

_CRTIMP Concurrency::message_not_found::message_not_found ( _In_z_ const char *  _Message)
throw (
)
explicit

Constructs a message_not_found object.

Parameters
_MessageA descriptive message of the error.
_CRTIMP Concurrency::message_not_found::message_not_found ( )
throw (
)

Constructs a message_not_found object.


The documentation for this class was generated from the following file: