| ReadTimeoutException Constructor  | 
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic ReadTimeoutException(
	ConsistencyLevel consistency,
	int received,
	int required,
	bool dataPresent
)
Parameters
- consistency
 - Type: CassandraConsistencyLevel
 - received
 - Type: SystemInt32
 - required
 - Type: SystemInt32
 - dataPresent
 - Type: SystemBoolean
 
See Also