Represents a non-fatal exception that occurs from a Client connection or one of its resources. These error types can typically be recovered from without a full tear down and rebuild of the connection. One example might be a failure to commit a transaction due to a forced roll back on the remote side of the connection.
More...
|
| 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.
|
|
Represents a non-fatal exception that occurs from a Client connection or one of its resources. These error types can typically be recovered from without a full tear down and rebuild of the connection. One example might be a failure to commit a transaction due to a forced roll back on the remote side of the connection.
◆ ClientException() [1/2]
Apache.Qpid.Proton.Client.Exceptions.ClientException.ClientException |
( |
string |
message | ) |
|
|
inline |
Creates an instance of this exception with the given message.
- Parameters
-
message | The message that describes the error |
◆ ClientException() [2/2]
Apache.Qpid.Proton.Client.Exceptions.ClientException.ClientException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Creates an instance of this exception with the given message and linked causal exception.
- Parameters
-
message | The message that describes the error |
innerException | The exception that caused this error |
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/Exceptions/ClientException.cs