Class ChannelErrorException
- Namespace
- RabbitMQ.Client.Exceptions
- Assembly
- RabbitMQ.Client.dll
Thrown when the server sends a frame along a channel that we do not currently have a Session entry in our SessionManager for.
public class ChannelErrorException : HardProtocolException, ISerializable- Inheritance
- 
      
      
      
      
      
      ChannelErrorException
- Implements
- Inherited Members
Constructors
ChannelErrorException(int)
public ChannelErrorException(int channel)Parameters
- channelint
Properties
Channel
The channel number concerned.
public int Channel { get; }Property Value
ReplyCode
Retrieve the reply code to use in a connection/channel close method.
public override ushort ReplyCode { get; }