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

Inheritance: System.Exception
Afficher le fichier Open project: JesseBuesking/BB.Caching

Méthodes publiques

Méthode Description
ChannelAlreadySubscribedException ( string message ) : System

Initializes a new instance of the ChannelAlreadySubscribedException class.

Method Details

ChannelAlreadySubscribedException() public méthode

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