Table of Contents

Class AlreadyClosedException

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

Thrown when the application tries to make use of a session or connection that has already been shut down.

[Serializable]
public class AlreadyClosedException : OperationInterruptedException, ISerializable, _Exception
Inheritance
AlreadyClosedException
Implements
Inherited Members

Constructors

AlreadyClosedException(ShutdownEventArgs)

Construct an instance containing the given shutdown reason.

public AlreadyClosedException(ShutdownEventArgs reason)

Parameters

reason ShutdownEventArgs