invalid_link_target Class
This class describes an exception that is thrown whenever the link_target method of a messaging block is called and the messaging block is unable to link to the target. This may 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
Requirements
Header: concrt.h
Namespace: Concurrency