[TIBCO.EMS .NET client library 6.0 documentation]

This exception is thrown when a lookup request returns bad data.

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

Syntax

public class CommunicationException : NamingException
Public Class CommunicationException _
	Inherits NamingException
public ref class CommunicationException : public NamingException

Remarks

This exception could indicate a version mismatch between the client and tibemsd.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    TIBCO.EMS..::.EMSException
      TIBCO.EMS..::.NamingException
        TIBCO.EMS..::.CommunicationException

See Also