Root exception type for cases of remote closure or client created resources other than the Client Connection} which will throw exceptions rooted from the ClientConnectionRemotelyClosedException to indicate a fatal connection level error that requires a new connection to be created.
More...
|
IErrorCondition | Error [get] |
| Return the error provided by the remote if any.
|
|
Root exception type for cases of remote closure or client created resources other than the Client Connection} which will throw exceptions rooted from the ClientConnectionRemotelyClosedException to indicate a fatal connection level error that requires a new connection to be created.
◆ ClientResourceRemotelyClosedException() [1/4]
Apache.Qpid.Proton.Client.Exceptions.ClientResourceRemotelyClosedException.ClientResourceRemotelyClosedException |
( |
string |
message | ) |
|
|
inline |
Creates an instance of this exception with the given message.
- Parameters
-
message | The message that describes the error |
◆ ClientResourceRemotelyClosedException() [2/4]
Apache.Qpid.Proton.Client.Exceptions.ClientResourceRemotelyClosedException.ClientResourceRemotelyClosedException |
( |
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 |
◆ ClientResourceRemotelyClosedException() [3/4]
Apache.Qpid.Proton.Client.Exceptions.ClientResourceRemotelyClosedException.ClientResourceRemotelyClosedException |
( |
string |
message, |
|
|
IErrorCondition |
errorCondition |
|
) |
| |
|
inline |
Creates an instance of this exception with the given message.
- Parameters
-
message | The message that describes the error |
◆ ClientResourceRemotelyClosedException() [4/4]
Apache.Qpid.Proton.Client.Exceptions.ClientResourceRemotelyClosedException.ClientResourceRemotelyClosedException |
( |
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/ClientResourceRemotelyClosedException.cs