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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax
C#
public WriteFailureException(
	ConsistencyLevel consistency,
	int received,
	int required,
	string writeType,
	int failures
)

Parameters

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