IOException| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
IDictionary
|
ConnectionAttempts
(r)
|
A map from AmqpTcpEndpoint to int, counting the number of attempts that were made against each endpoint. |
| public |
IDictionary
|
ConnectionErrors
(r)
|
A map from AmqpTcpEndpoint to Exception, recording the outcome of the most recent connection attempt against each endpoint. |
| 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 |
|
|---|
public virtual
string ToString()
| Flags | public virtual |
|---|---|
| Return type |
string
|