Table of Contents

Class RedisConnectionException

Namespace
StackExchange.Redis
Assembly
StackExchange.Redis.StrongName.dll

Indicates a connection fault when communicating with redis

public sealed class RedisConnectionException : RedisException, ISerializable
Inheritance
RedisConnectionException
Implements
Inherited Members

Properties

CommandStatus

status of the command while communicating with Redis

public CommandStatus CommandStatus { get; }

Property Value

CommandStatus

FailureType

The type of connection failure

public ConnectionFailureType FailureType { get; }

Property Value

ConnectionFailureType

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization implementation; not intended for general usage

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext