invalid_link_target Class
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.
class invalid_link_target : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
Overloaded. Constructs an invalid_link_target object. |
Inheritance Hierarchy
exception
invalid_link_target
Requirements
Header: concrt.h
Namespace: concurrency