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

Indicates the remote failed the Authentication of the client. More...

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

Public Member Functions

 AuthenticationException ()
 Creates a default version of this exception type.
 
 AuthenticationException (string message)
 Create a new instance with the given message that describes the specifics of the error.
 
 AuthenticationException (string message, Exception cause)
 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.
 

Detailed Description

Indicates the remote failed the Authentication of the client.

Constructor & Destructor Documentation

◆ AuthenticationException() [1/2]

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

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

Parameters
messageDescription of the error

◆ AuthenticationException() [2/2]

Apache.Qpid.Proton.Engine.Sasl.AuthenticationException.AuthenticationException ( 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: