C# Класс RabbitMQ.Client.Exceptions.ChannelAllocationException

Thrown when a SessionManager cannot allocate a new channel number, or the requested channel number is already in use.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ChannelAllocationException ( ) : System

Indicates that there are no more free channels.

ChannelAllocationException ( int channel ) : System

Indicates that the specified channel is in use

Описание методов

ChannelAllocationException() публичный Метод

Indicates that there are no more free channels.
public ChannelAllocationException ( ) : System
Результат System

ChannelAllocationException() публичный Метод

Indicates that the specified channel is in use
public ChannelAllocationException ( int channel ) : System
channel int The requested channel number
Результат System