C# 클래스 RabbitMQ.Client.Impl.ProtocolException

Instances of subclasses of subclasses HardProtocolException and SoftProtocolException are thrown in situations when we detect a problem with the connection-, channel- or wire-level parts of the AMQP protocol.
상속: System.Exception
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client

보호된 메소드들

메소드 설명
ProtocolException ( string message ) : System

메소드 상세

ProtocolException() 보호된 메소드

protected ProtocolException ( string message ) : System
message string
리턴 System