Base exception type for exceptions encountered during SASL authentication.
More...
|
| 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.
|
|
Base exception type for exceptions encountered during SASL authentication.
◆ SaslException() [1/2]
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
-
message | Description of the error |
◆ SaslException() [2/2]
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
-
message | Description of the error |
cause | The exception that causes this error |
The documentation for this class was generated from the following file:
- src/Proton/Engine/Sasl/SaslException.cs