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
Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client

Méthodes protégées

Méthode Description
ProtocolException ( string message ) : System

Method Details

ProtocolException() protected méthode

protected ProtocolException ( string message ) : System
message string
Résultat System