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

invalid_link_target::invalid_link_target Constructor

Overloaded. Constructs an invalid_link_target object.

Inheritance Hierarchy

exception

invalid_link_target

Requirements

Header: concrt.h

Namespace: Concurrency

See Also

Reference

Concurrency Namespace

Concepts

Asynchronous Message Blocks