TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
|
In a lookup request, the name has incorrect syntax More...
Public Member Functions | |
InvalidNameException (string reason) | |
Constructs a InvalidNameException with the specified reason and with the root cause defaulting to null More... | |
![]() | |
NamingException (string reason) | |
Constructs a NamingException with the specified reason and with the root cause defaulting to null More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
System.Exception | RootCause [get, set] |
Gets or sets the root cause of the exception More... | |
![]() | |
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... | |
In a lookup request, the name has incorrect syntax
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).
|
inline |
Constructs a InvalidNameException with the specified reason and with the root cause defaulting to null
reason | a description of the exception |