Class SoftProtocolException
- Namespace
- RabbitMQ.Client.Exceptions
- Assembly
- RabbitMQ.Client.dll
Subclass of ProtocolException representing problems requiring a channel.close.
public abstract class SoftProtocolException : ProtocolException, ISerializable, _Exception
- Inheritance
-
SoftProtocolException
- Implements
- Inherited Members
Constructors
SoftProtocolException(int, string)
protected SoftProtocolException(int channelNumber, string message)
Parameters
Properties
Channel
public int Channel { get; }