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
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client

공개 메소드들

메소드 설명
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