[TIBCO.EMS .NET client library 6.0 documentation]

This exception is thrown when the configuration of the naming service has caused failures

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

Syntax

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

Remarks

This exception could indicate a version mismatch between the client and tibemsd. When the client initialized the lookup context, some parameter values were missing or invalid.

Inheritance Hierarchy

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

See Also