IOException
| Flags | Type | Name | Summary |
|---|---|---|---|
| public | |
ConnectionAttempts (r)
|
A map from AmqpTcpEndpoint to int, counting the number of attempts that were made against each endpoint. |
| public | |
ConnectionErrors (r)
|
A map from AmqpTcpEndpoint to Exception, recording the outcome of the most recent connection attempt against each endpoint. |
| public virtual | |
Data (r)
|
same as ConnectionErrors property |
| Flags | Name | Summary |
|---|---|---|
| public | BrokerUnreachableException(IDictionary connectionAttempts, IDictionary connectionErrors)
|
Construct a BrokerUnreachableException. Expects maps as per the description of the ConnectionAttempts and ConnectionErrors properties. |
| Flags | Name | Summary |
|---|---|---|
| public virtual | string ToString()
|
Provide a full description of the various connection attempts that were made, as well as the usual Exception stack trace. |
public BrokerUnreachableException(IDictionary connectionAttempts, IDictionary connectionErrors)
| Parameters |
|
|---|