C# 클래스 BB.Caching.Redis.PubSub.ChannelAlreadySubscribedException

상속: System.Exception
파일 보기 프로젝트 열기: JesseBuesking/BB.Caching

공개 메소드들

메소드 설명
ChannelAlreadySubscribedException ( string message ) : System

Initializes a new instance of the ChannelAlreadySubscribedException class.

메소드 상세

ChannelAlreadySubscribedException() 공개 메소드

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