Connection level Security Exception used to indicate a security violation has occurred.
More...
|
| 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 Security Exception used to indicate a security violation has occurred.