C# Class BB.Caching.Redis.PubSub.ChannelAlreadySubscribedException

Inheritance: System.Exception
Datei anzeigen Open project: JesseBuesking/BB.Caching

Public Methods

Method Description
ChannelAlreadySubscribedException ( string message ) : System

Initializes a new instance of the ChannelAlreadySubscribedException class.

Method Details

ChannelAlreadySubscribedException() public method

Initializes a new instance of the ChannelAlreadySubscribedException class.
public ChannelAlreadySubscribedException ( string message ) : System
message string /// The message. ///
return System