Click or drag to resize
WriteTimeoutException Constructor
Creates a new instance of WriteTimeoutException

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax
C#
public WriteTimeoutException(
	ConsistencyLevel consistency,
	int received,
	int required,
	string writeType
)

Parameters

consistency
Type: Cassandra.ConsistencyLevel
received
Type: System.Int32
required
Type: System.Int32
writeType
Type: System.String
See Also