TIBCO EMS .NET API 10.2
TIBCO EMS .NET API 10.2
|
This is base class for TIBCO EMS .NET API related exceptions More...
Public Member Functions | |
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 | |
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... | |
This is base class for TIBCO EMS .NET API related exceptions
This class corresponds to JMSException in Jakarta Messaging. EMS methods throw instances of this class and its subclasses.
|
inline |
Initializes a new instance of the EMSException with the specified reason and error code.
|
inline |
Initializes a new instance of the EMSException with the specified reason.
|
inline |
Initializes a new instance of the EMSException with the specified reason and error number
|
get |
Gets the error code associated with this exception
When an exception results from a server error, this property holds the server's error code.
|
getset |
Get and Set the exception linked to this one
When an EMS exception results from a deeper problem, this linked exception details that problem.