[TIBCO.EMS .NET client library 8.1 documentation]

A lookup request failed because the client could not connect to the server

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

Syntax

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

Remarks

This exception is thrown when the naming service becomes unavailable.

Inheritance Hierarchy

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

See Also