Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Apache.Qpid.Proton.Engine.Sasl.SaslSystemException Class Reference

Indicates that a SASL handshake has failed with a 'sys", 'sys-perm', or 'sys-temp' outcome code as defined by: More...

Inheritance diagram for Apache.Qpid.Proton.Engine.Sasl.SaslSystemException:
Apache.Qpid.Proton.Engine.Sasl.SaslException

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.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Engine.Sasl.SaslException
 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.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SaslSystemException()

Apache.Qpid.Proton.Engine.Sasl.SaslSystemException.SaslSystemException ( string  message,
bool  permanent 
)
inline

Create a new instance with the given message that describes the specifics of the error.

Parameters
messageDescription of the error

The documentation for this class was generated from the following file: