TIBCO EMS .NET API 8.6
TIBCO EMS .NET API 8.6
TIBCO.EMS.NamingException Class Reference

This is the base class for all exceptions related to name lookup requests More...

Inheritance diagram for TIBCO.EMS.NamingException:
TIBCO.EMS.EMSException TIBCO.EMS.AuthenticationException TIBCO.EMS.CannotProceedException TIBCO.EMS.CommunicationException TIBCO.EMS.ConfigurationException TIBCO.EMS.InvalidNameException TIBCO.EMS.NameNotFoundException TIBCO.EMS.ServiceUnavailableException

Public Member Functions

 NamingException (string reason)
 Constructs a NamingException with the specified reason and with the root cause defaulting to null More...
 
- Public Member Functions inherited from TIBCO.EMS.EMSException
 EMSException (string reason, string errorCode)
 Initializes a new instance of the EMSException with the specified reason and error code. More...
 
 EMSException (string reason)
 Initializes a new instance of the EMSException with the specified reason. More...
 
 EMSException (string reason, int errorNumber)
 Initializes a new instance of the EMSException with the specified reason and error number More...
 

Properties

System.Exception RootCause [get, set]
 Gets or sets the root cause of the exception More...
 
- Properties inherited from TIBCO.EMS.EMSException
string ErrorCode [get]
 Gets the error code associated with this exception More...
 
System.Exception LinkedException [get, set]
 Get and Set the exception linked to this one More...
 

Detailed Description

This is the base class for all exceptions related to name lookup requests

Members of LookupContext throw instances of this class and its subclasses.

Constructor & Destructor Documentation

TIBCO.EMS.NamingException.NamingException ( string  reason)
inline

Constructs a NamingException with the specified reason and with the root cause defaulting to null

Parameters
reasona description of the exception

Property Documentation

System.Exception TIBCO.EMS.NamingException.RootCause
getset

Gets or sets the root cause of the exception

The exception that is the root cause of this NamingException


Copyright © Cloud Software Group, Inc. All rights reserved.