Class ReadTimeoutException
A server timeout during a read query.
Inheritance
object
Exception
ReadTimeoutException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class ReadTimeoutException : QueryTimeoutException, ISerializable
Constructors
ReadTimeoutException(ConsistencyLevel, int, int, bool)
Declaration
public ReadTimeoutException(ConsistencyLevel consistency, int received, int required, bool dataPresent)
Parameters
Type | Name | Description |
---|---|---|
ConsistencyLevel | consistency | |
int | received | |
int | required | |
bool | dataPresent |
Properties
WasDataRetrieved
Declaration
public bool WasDataRetrieved { get; }
Property Value
Type | Description |
---|---|
bool |
Implements
System.Runtime.Serialization.ISerializable