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

This class describes an exception thrown when the link_target method of a messaging block is called and the messaging block is unable to link to the target. This can be the result of exceeding the number of links the messaging block is allowed or attempting to link a specific target twice to the same source. More...

#include <concrt.h>

Inheritance diagram for Concurrency::invalid_link_target:

Public Member Functions

_CONCRTIMP invalid_link_target (_In_z_ const char *_Message) throw ()
 Constructs an invalid_link_target object. More...
 
_CONCRTIMP invalid_link_target () throw ()
 Constructs an invalid_link_target object. More...
 

Detailed Description

This class describes an exception thrown when the link_target method of a messaging block is called and the messaging block is unable to link to the target. This can be the result of exceeding the number of links the messaging block is allowed or attempting to link a specific target twice to the same source.

See also
Asynchronous Message Blocks

Constructor & Destructor Documentation

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

Constructs an invalid_link_target object.

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

Constructs an invalid_link_target object.


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