C# Class RabbitMQ.Client.Exceptions.ChannelAllocationException

Thrown when a SessionManager cannot allocate a new channel number, or the requested channel number is already in use.
Inheritance: System.Exception
Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client

Méthodes publiques

Méthode Description
ChannelAllocationException ( ) : System

Indicates that there are no more free channels.

ChannelAllocationException ( int channel ) : System

Indicates that the specified channel is in use

Method Details

ChannelAllocationException() public méthode

Indicates that there are no more free channels.
public ChannelAllocationException ( ) : System
Résultat System

ChannelAllocationException() public méthode

Indicates that the specified channel is in use
public ChannelAllocationException ( int channel ) : System
channel int The requested channel number
Résultat System