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
FailureType
The type of connection failure
public ConnectionFailureType FailureType { get; }
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
Serialization implementation; not intended for general usage
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext