Connection level SASL Security Exception used to indicate a security violation has occurred.
More...
|
| ClientConnectionSecuritySaslException (string message) |
| Create a new instance of the connection SASL security exception.
|
|
| ClientConnectionSecuritySaslException (string message, Exception innerException) |
| Create a new instance of the connection SASL security exception.
|
|
| ClientConnectionSecuritySaslException (string message, bool temporary) |
| Create a new instance of the connection SASL security exception.
|
|
| ClientConnectionSecuritySaslException (string message, Exception innerException, bool temporary) |
| Create a new instance of the connection SASL security exception.
|
|
| ClientConnectionSecurityException (string message) |
| Creates a new connection security exception.
|
|
| ClientConnectionSecurityException (string message, Exception innerException) |
| Creates a new connection security exception.
|
|
| ClientConnectionSecurityException (string message, IErrorCondition errorCondition) |
| Creates a new connection security exception.
|
|
| ClientConnectionSecurityException (string message, Exception innerException, IErrorCondition errorCondition) |
| Creates a new connection security exception.
|
|
| ClientConnectionRemotelyClosedException (string message) |
| Creates an instance of this exception with the given message.
|
|
| ClientConnectionRemotelyClosedException (string message, Exception innerException) |
| Creates an instance of this exception with the given message and linked causal exception.
|
|
| ClientConnectionRemotelyClosedException (string message, IErrorCondition errorCondition) |
| Creates an instance of this exception with the given message.
|
|
| ClientConnectionRemotelyClosedException (string message, Exception innerException, IErrorCondition errorCondition) |
| Creates an instance of this exception with the given message and linked causal exception.
|
|
| ClientIOException (string message) |
| Creates an instance of this exception with the given message.
|
|
| ClientIOException (string message, Exception innerException) |
| Creates an instance of this exception with the given message and linked causal exception.
|
|
| ClientException (string message) |
| Creates an instance of this exception with the given message.
|
|
| ClientException (string message, Exception innerException) |
| Creates an instance of this exception with the given message and linked causal exception.
|
|
Connection level SASL Security Exception used to indicate a security violation has occurred.