Class SyntaxErrorException
- Namespace
- RabbitMQ.Client.Exceptions
- Assembly
- RabbitMQ.Client.dll
Thrown when our peer sends a frame that contains illegal values for one or more fields.
public class SyntaxErrorException : HardProtocolException, ISerializable- Inheritance
- 
      
      
      
      
      
      SyntaxErrorException
- Implements
- Inherited Members
Constructors
SyntaxErrorException(string)
public SyntaxErrorException(string message)Parameters
- messagestring
Properties
ReplyCode
Retrieve the reply code to use in a connection/channel close method.
public override ushort ReplyCode { get; }