Proton DotNet
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. More...
 
 SaslSystemException (string message, bool permanent)
 Create a new instance with the given message that describes the specifics of the error. More...
 
- Public Member Functions inherited from Apache.Qpid.Proton.Engine.Sasl.SaslException
 SaslException ()
 Creates a default version of this exception type. More...
 
 SaslException (string message)
 Create a new instance with the given message that describes the specifics of the error. More...
 
 SaslException (string message, Exception cause)
 Create a new instance with the given message that describes the specifics of the error. More...
 

Properties

bool Permanent [get]
 Checks if the condition that caused this exception is of a permanent nature. More...
 

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() [1/2]

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

Creates a default version of this exception type.

◆ SaslSystemException() [2/2]

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

Property Documentation

◆ Permanent

bool Apache.Qpid.Proton.Engine.Sasl.SaslSystemException.Permanent
get

Checks if the condition that caused this exception is of a permanent nature.


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