Root exception type for cases of remote closure or client created Sender or Receiver. More...
Public Member Functions | |
ClientLinkRedirectedException (string message, ClientRedirect redirect, IErrorCondition errorCondition) | |
Creates an instance of this exception with the given message and provided redirect information along with an error condition sent from the remote.. More... | |
![]() | |
ClientLinkRemotelyClosedException (string message) | |
Creates an instance of this exception with the given message More... | |
ClientLinkRemotelyClosedException (string message, Exception innerException) | |
Creates an instance of this exception with the given message and linked causal exception. More... | |
ClientLinkRemotelyClosedException (string message, IErrorCondition errorCondition) | |
Creates an instance of this exception with the given message More... | |
ClientLinkRemotelyClosedException (string message, Exception innerException, IErrorCondition errorCondition) | |
Creates an instance of this exception with the given message and linked causal exception. More... | |
![]() | |
ClientResourceRemotelyClosedException (string message) | |
Creates an instance of this exception with the given message More... | |
ClientResourceRemotelyClosedException (string message, Exception innerException) | |
Creates an instance of this exception with the given message and linked causal exception. More... | |
ClientResourceRemotelyClosedException (string message, IErrorCondition errorCondition) | |
Creates an instance of this exception with the given message More... | |
ClientResourceRemotelyClosedException (string message, Exception innerException, IErrorCondition errorCondition) | |
Creates an instance of this exception with the given message and linked causal exception. More... | |
![]() | |
ClientIllegalStateException (string message) | |
Creates an instance of this exception with the given message More... | |
ClientIllegalStateException (string message, Exception innerException) | |
Creates an instance of this exception with the given message and linked causal exception. More... | |
![]() | |
ClientException (string message) | |
Creates an instance of this exception with the given message More... | |
ClientException (string message, Exception innerException) | |
Creates an instance of this exception with the given message and linked causal exception. More... | |
Public Attributes | |
string | Hostname => redirect.Hostname |
Access the supplied host value in the redirection information. More... | |
string | NetworkHostname => redirect.NetworkHostname |
Access the supplied DNS host value or IP Address in the redirection information. More... | |
int | Port => redirect.Port |
Access the supplied remote port in the redirection information. More... | |
string | Scheme => redirect.Scheme |
Access the supplied scheme that the remote indicated the redirect connection should use. More... | |
string | Path => redirect.Path |
Access the supplied path that the remote indicated the redirect connection should use. More... | |
string | Address => redirect.Address |
Access the supplied address that the remote indicated the redirect link should use. More... | |
![]() | |
IErrorCondition | Error => errorCondition |
Return the error provided by the remote if any. More... | |
Root exception type for cases of remote closure or client created Sender or Receiver.
|
inline |
Creates an instance of this exception with the given message and provided redirect information along with an error condition sent from the remote..
message | The message that describes the error |
innerException | The exception that caused this error |
string Apache.Qpid.Proton.Client.Exceptions.ClientLinkRedirectedException.Address => redirect.Address |
Access the supplied address that the remote indicated the redirect link should use.
string Apache.Qpid.Proton.Client.Exceptions.ClientLinkRedirectedException.Hostname => redirect.Hostname |
Access the supplied host value in the redirection information.
string Apache.Qpid.Proton.Client.Exceptions.ClientLinkRedirectedException.NetworkHostname => redirect.NetworkHostname |
Access the supplied DNS host value or IP Address in the redirection information.
string Apache.Qpid.Proton.Client.Exceptions.ClientLinkRedirectedException.Path => redirect.Path |
Access the supplied path that the remote indicated the redirect connection should use.
int Apache.Qpid.Proton.Client.Exceptions.ClientLinkRedirectedException.Port => redirect.Port |
Access the supplied remote port in the redirection information.
string Apache.Qpid.Proton.Client.Exceptions.ClientLinkRedirectedException.Scheme => redirect.Scheme |
Access the supplied scheme that the remote indicated the redirect connection should use.