Click or drag to resize
ReadTimeoutException Constructor
Initializes a new instance of the ReadTimeoutException class

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ReadTimeoutException(
	ConsistencyLevel consistency,
	int received,
	int required,
	bool dataPresent
)

Parameters

consistency
Type: CassandraConsistencyLevel
received
Type: SystemInt32
required
Type: SystemInt32
dataPresent
Type: SystemBoolean
See Also