Class RedisTimeoutException
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Indicates the time allotted for a command or operation has expired.
public sealed class RedisTimeoutException : TimeoutException, ISerializable
- Inheritance
-
RedisTimeoutException
- Implements
- Inherited Members
Properties
Commandstatus
status of the command while communicating with Redis
public CommandStatus Commandstatus { 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