Table of Contents

Class ConnectionException

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll

Exception related to IConnection

public class ConnectionException : Exception, ISerializable
Inheritance
ConnectionException
Implements
Inherited Members

Constructors

ConnectionException(string)

Create a ConnectionException with the specified message.

public ConnectionException(string message)

Parameters

message string

ConnectionException(string, Exception)

Create a ConnectionException with the specified message and inner Exception.

public ConnectionException(string message, Exception innerException)

Parameters

message string
innerException Exception