Root exception type for cases of remote closure or client created Sender or Receiver.
More...
|
| | 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...
|
| |
|
| 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.