BookSleeve.RedisException.RedisException C# (CSharp) Method

RedisException() public method

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

Same methods

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