Proton DotNet
|
Indicates that a SASL handshake has failed with a 'sys", 'sys-perm', or 'sys-temp' outcome code as defined by: More...
Public Member Functions | |
SaslSystemException (bool permanent) | |
Creates a default version of this exception type. | |
SaslSystemException (string message, bool permanent) | |
Create a new instance with the given message that describes the specifics of the error. | |
![]() | |
SaslException () | |
Creates a default version of this exception type. | |
SaslException (string message) | |
Create a new instance with the given message that describes the specifics of the error. | |
SaslException (string message, Exception cause) | |
Create a new instance with the given message that describes the specifics of the error. | |
Properties | |
bool | Permanent [get] |
Checks if the condition that caused this exception is of a permanent nature. | |
Indicates that a SASL handshake has failed with a 'sys", 'sys-perm', or 'sys-temp' outcome code as defined by:
http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-security-v1.0-os.html::type-sasl-code
Version 1.0, Section 5.3.3.6
|
inline |
Create a new instance with the given message that describes the specifics of the error.
message | Description of the error |