BookSleeve.RedisException.RedisException C# (CSharp) Method

RedisException() public method

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

Same methods

RedisException::RedisException ( SerializationInfo info, StreamingContext context ) : System
RedisException::RedisException ( string message ) : System
RedisException::RedisException ( string message, Exception innerException ) : System
RedisException