C# Class RabbitMQ.Client.Core.DependencyInjection.Exceptions.ConsumingChannelIsNullException

An exception that is thrown during the process of starting a consumer when the channel is null.
Inheritance: Exception
Datei anzeigen Open project: ualehosaini/RabbitMQ.Client.Core.DependencyInjection

Public Methods

Method Description
ConsumingChannelIsNullException ( string message ) : System

Method Details

ConsumingChannelIsNullException() public method

public ConsumingChannelIsNullException ( string message ) : System
message string
return System