Class OperationTimedOutException
Exception that thrown on a client-side timeout, when the client didn't hear back from the server within ReadTimeoutMillis.
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 OperationTimedOutException : DriverException, ISerializable
Constructors
OperationTimedOutException(IPEndPoint, int)
Declaration
public OperationTimedOutException(IPEndPoint address, int timeout)
Parameters
Type | Name | Description |
---|---|---|
IPEndPoint | address | |
int | timeout |
Implements
System.Runtime.Serialization.ISerializable