Thrown when the Client fails a connection due to idle timeout.
More...
|
| ClientIdleTimeoutException (string message) |
| Creates a new connection idle timeout exception.
|
|
| ClientIdleTimeoutException (string message, Exception innerException) |
| Creates a new connection idle timeout 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.
|
|
Thrown when the Client fails a connection due to idle timeout.
◆ ClientIdleTimeoutException() [1/2]
Apache.Qpid.Proton.Client.Exceptions.ClientIdleTimeoutException.ClientIdleTimeoutException |
( |
string |
message | ) |
|
|
inline |
Creates a new connection idle timeout exception.
- Parameters
-
message | The message that describes the reason for the error |
◆ ClientIdleTimeoutException() [2/2]
Apache.Qpid.Proton.Client.Exceptions.ClientIdleTimeoutException.ClientIdleTimeoutException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Creates a new connection idle timeout exception.
- Parameters
-
message | The message that describes the reason for the error |
innerException | An exception that further defines the reason for the error |
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/Exceptions/ClientIdleTimeoutException.cs