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- Inheritance
- 
      
      
      
      
      HardProtocolException
- Implements
- Derived
- Inherited Members
Constructors
HardProtocolException(string)
protected HardProtocolException(string message)Parameters
- messagestring
HardProtocolException(string, bool)
protected HardProtocolException(string message, bool canShutdownCleanly)Parameters
Fields
_canShutdownCleanly
protected readonly bool _canShutdownCleanlyField Value
Properties
CanShutdownCleanly
public bool CanShutdownCleanly { get; }