Exception thrown when the remote peer actively closes the connection} by sending and AMQP Close frame or when the IO layer is disconnected due to some other reason such as a security error or transient network error.
More...
|
IErrorCondition | Error [get] |
| Return the error provided by the remote if any.
|
|
Exception thrown when the remote peer actively closes the connection} by sending and AMQP Close frame or when the IO layer is disconnected due to some other reason such as a security error or transient network error.
◆ ClientConnectionRemotelyClosedException() [1/4]
Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException.ClientConnectionRemotelyClosedException |
( |
string |
message | ) |
|
|
inline |
Creates an instance of this exception with the given message.
- Parameters
-
message | The message that describes the error |
◆ ClientConnectionRemotelyClosedException() [2/4]
Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException.ClientConnectionRemotelyClosedException |
( |
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 |
◆ ClientConnectionRemotelyClosedException() [3/4]
Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException.ClientConnectionRemotelyClosedException |
( |
string |
message, |
|
|
IErrorCondition |
errorCondition |
|
) |
| |
|
inline |
Creates an instance of this exception with the given message.
- Parameters
-
message | The message that describes the error |
◆ ClientConnectionRemotelyClosedException() [4/4]
Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException.ClientConnectionRemotelyClosedException |
( |
string |
message, |
|
|
Exception |
innerException, |
|
|
IErrorCondition |
errorCondition |
|
) |
| |
|
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/ClientConnectionRemotelyClosedException.cs