Class OperationTimedOutException
Exception that thrown on a client-side timeout, when the client didn't hear back from the server within ReadTimeoutMillis.
Implements
Inherited Members
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 |