BookSleeve.RedisException.RedisException C# (CSharp) Method

RedisException() public method

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

Same methods

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