C# 클래스 BookSleeve.RedisException

상속: System.Exception
파일 보기 프로젝트 열기: Malediction/Booksleeve

공개 메소드들

메소드 설명
RedisException ( ) : System

Create a new RedisException

RedisException ( string message ) : System

Create a new RedisException

RedisException ( string message, Exception innerException ) : System

Create a new RedisException

비공개 메소드들

메소드 설명
RedisException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

RedisException() 공개 메소드

Create a new RedisException
public RedisException ( ) : System
리턴 System

RedisException() 공개 메소드

Create a new RedisException
public RedisException ( string message ) : System
message string
리턴 System

RedisException() 공개 메소드

Create a new RedisException
public RedisException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System