[TIBCO.EMS .NET client library 8.1 documentation]

The provider rejects the connection’s client ID

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

Syntax

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

Remarks

Setting a connection’s client ID to an invalid or duplicate value results in this exception. (A duplicate value is one that is already in use by another connection.)

Inheritance Hierarchy

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

See Also