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