C# Class BookSleeve.RedisException

Inheritance: System.Exception
Datei anzeigen Open project: Malediction/Booksleeve

Public Methods

Method Description
RedisException ( ) : System

Create a new RedisException

RedisException ( string message ) : System

Create a new RedisException

RedisException ( string message, Exception innerException ) : System

Create a new RedisException

Private Methods

Method Description
RedisException ( SerializationInfo info, StreamingContext context ) : System

Method Details

RedisException() public method

Create a new RedisException
public RedisException ( ) : System
return System

RedisException() public method

Create a new RedisException
public RedisException ( string message ) : System
message string
return System

RedisException() public method

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