Class UnexpectedFrameException
- Namespace
- RabbitMQ.Client.Exceptions
- Assembly
- RabbitMQ.Client.dll
Thrown when the connection receives a frame that it wasn't expecting.
public class UnexpectedFrameException : HardProtocolException, ISerializable, _Exception
- Inheritance
-
UnexpectedFrameException
- Implements
- Inherited Members
Properties
ReplyCode
Retrieve the reply code to use in a connection/channel close method.
public override ushort ReplyCode { get; }