[TIBCO.EMS .NET client library 7.0 documentation]

tibemsd cannot locate the destination

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public class InvalidDestinationException : EMSException
Public Class InvalidDestinationException _
	Inherits EMSException
public ref class InvalidDestinationException : public EMSException

Remarks

This exception is thrown when a destination either is not understood by the system or is no longer valid.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    TIBCO.EMS..::.EMSException
      TIBCO.EMS..::.InvalidDestinationException

See Also