Table of Contents

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

channelNumber int
message string

Properties

Channel

public int Channel { get; }

Property Value

int