C# Class Redu.RedisException

Inheritance: System.Exception
Exibir arquivo Open project: arccoza/redu

Public Methods

Method Description
RedisException ( ) : System
RedisException ( string message ) : System
RedisException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

RedisException() public method

public RedisException ( ) : System
return System

RedisException() protected method

protected RedisException ( System info, System context ) : System
info System
context System
return System

RedisException() public method

public RedisException ( string message ) : System
message string
return System

RedisException() public method

public RedisException ( string message, Exception inner ) : System
message string
inner System.Exception
return System