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, _Exception
- Inheritance
-
SyntaxErrorException
- Implements
- Inherited Members
Constructors
SyntaxErrorException(string)
public SyntaxErrorException(string message)
Parameters
message
string
Properties
ReplyCode
Retrieve the reply code to use in a connection/channel close method.
public override ushort ReplyCode { get; }