[TIBCO.EMS .NET client library 8.1 documentation]

This exception is thrown when the client authentication to the naming server failed because of invalid authentication or insufficient privileges for a lookup request.

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

Syntax

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

Inheritance Hierarchy

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

See Also