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

This class describes an exception thrown when a messaging block is given a pointer to a target which is invalid for the operation being performed. More...

#include <concrt.h>

Inheritance diagram for Concurrency::bad_target:

Public Member Functions

_CONCRTIMP bad_target (_In_z_ const char *_Message) throw ()
 Constructs a bad_target object. More...
 
_CONCRTIMP bad_target () throw ()
 Constructs a bad_target object. More...
 

Detailed Description

This class describes an exception thrown when a messaging block is given a pointer to a target which is invalid for the operation being performed.

This exception is typically thrown for reasons such as a target attempting to consume a message which is reserved for a different target or releasing a reservation that it does not hold.

See also
Asynchronous Message Blocks

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::bad_target::bad_target ( _In_z_ const char *  _Message)
throw (
)
explicit

Constructs a bad_target object.

Parameters
_MessageA descriptive message of the error.
_CONCRTIMP Concurrency::bad_target::bad_target ( )
throw (
)

Constructs a bad_target object.


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