[TIBCO.EMS .NET client library 5.1 documentation]

In a lookup request, the name has incorrect syntax

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

Syntax

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

Remarks

This exception is thrown when the naming service url is not valid. The most common syntax error is a prefix other than tibjmsnaming:// (or a misspelling).

Inheritance Hierarchy

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

See Also