BookSleeve.RedisException.RedisException C# (CSharp) Метод

RedisException() публичный Метод

Create a new RedisException
public RedisException ( ) : System
Результат 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