Proton DotNet
Public Member Functions | List of all members
Apache.Qpid.Proton.Engine.Sasl.SaslException Class Reference

Base exception type for exceptions encountered during SASL authentication. More...

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

Public Member Functions

 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...
 

Detailed Description

Base exception type for exceptions encountered during SASL authentication.

Constructor & Destructor Documentation

◆ SaslException() [1/3]

Apache.Qpid.Proton.Engine.Sasl.SaslException.SaslException ( )
inline

Creates a default version of this exception type.

◆ SaslException() [2/3]

Apache.Qpid.Proton.Engine.Sasl.SaslException.SaslException ( string  message)
inline

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

Parameters
messageDescription of the error

◆ SaslException() [3/3]

Apache.Qpid.Proton.Engine.Sasl.SaslException.SaslException ( string  message,
Exception  cause 
)
inline

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

Parameters
messageDescription of the error
causeThe exception that causes this error

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