Table of Contents

Class BrokerUnreachableException

Namespace
RabbitMQ.Client.Exceptions
Assembly
RabbitMQ.Client.dll

Thrown when no connection could be opened during a ConnectionFactory.CreateConnection attempt.

[Serializable]
public class BrokerUnreachableException : IOException, ISerializable, _Exception
Inheritance
BrokerUnreachableException
Implements
Inherited Members

Constructors

BrokerUnreachableException(Exception)

Construct a BrokerUnreachableException. The inner exception is an AggregateException holding the errors from multiple connection attempts.

public BrokerUnreachableException(Exception Inner)

Parameters

Inner Exception