Click or drag to resize

WriteFailureException Constructor (ConsistencyLevel, Int32, Int32, String, IDictionaryIPAddress, Int32)

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

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

Parameters

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