Click or drag to resize

ReadFailureException Constructor (ConsistencyLevel, Int32, Int32, Boolean, IDictionaryIPAddress, Int32)

Creates a new instance of ReadFailureException providing the failure reasons dictionary.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public ReadFailureException(
	ConsistencyLevel consistency,
	int received,
	int required,
	bool dataPresent,
	IDictionary<IPAddress, int> reasons
)

Parameters

consistency
Type: CassandraConsistencyLevel
received
Type: SystemInt32
required
Type: SystemInt32
dataPresent
Type: SystemBoolean
reasons
Type: System.Collections.GenericIDictionaryIPAddress, Int32
See Also