C# Class 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.
Inheritance: System.Exception
显示文件 Open project: rabbitmq/rabbitmq-dotnet-client

Protected Methods

Method Description
ProtocolException ( string message ) : System

Method Details

ProtocolException() protected method

protected ProtocolException ( string message ) : System
message string
return System