Class HardProtocolException
- Namespace
- RabbitMQ.Client.Exceptions
- Assembly
- RabbitMQ.Client.dll
Subclass of ProtocolException representing problems requiring a connection.close.
public abstract class HardProtocolException : ProtocolException, ISerializable, _Exception
- Inheritance
-
HardProtocolException
- Implements
- Derived
- Inherited Members
Constructors
HardProtocolException(string)
protected HardProtocolException(string message)
Parameters
message
string
HardProtocolException(string, bool)
protected HardProtocolException(string message, bool canShutdownCleanly)
Parameters
Fields
_canShutdownCleanly
protected readonly bool _canShutdownCleanly
Field Value
Properties
CanShutdownCleanly
public bool CanShutdownCleanly { get; }