C# 클래스 RabbitMQ.Client.Exceptions.PacketNotRecognizedException

Thrown to indicate that the peer didn't understand the packet received from the client. Peer sent default message describing protocol version it is using and transport parameters.
The peer's {'A','M','Q','P',txHi,txLo,major,minor} packet is decoded into instances of this class.
상속: System.Net.ProtocolViolationException
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client

공개 메소드들

메소드 설명
PacketNotRecognizedException ( int transportHigh, int transportLow, int serverMajor, int serverMinor ) : System

Fills the new instance's properties with the values passed in.

메소드 상세

PacketNotRecognizedException() 공개 메소드

Fills the new instance's properties with the values passed in.
public PacketNotRecognizedException ( int transportHigh, int transportLow, int serverMajor, int serverMinor ) : System
transportHigh int
transportLow int
serverMajor int
serverMinor int
리턴 System