Click or drag to resize

WriteTimeoutException Constructor

Creates a new instance of WriteTimeoutException

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

Parameters

consistency
Type: DseConsistencyLevel
received
Type: SystemInt32
required
Type: SystemInt32
writeType
Type: SystemString
See Also