TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
The method cannot complete because of a security restriction More...
Public Member Functions | |
SecurityException (string reason, string errorCode) | |
Initializes a new instance of the SecurityException with the specified reason and error code. More... | |
SecurityException (string reason) | |
Initializes a new instance of the SecurityException with the specified reason. 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 | |
![]() | |
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... | |
The method cannot complete because of a security restriction
This exception is thrown when a TIBCO EMS Server rejects a user name/password submitted by a client. It may also be thrown for any case where a security restriction prevents a method from completing.
For example, the provider rejects a user or the user's authentication.
|
inline |
Initializes a new instance of the SecurityException with the specified reason and error code.
|
inline |
Initializes a new instance of the SecurityException with the specified reason.