Click or drag to resize

ReadTimeoutException Constructor

Initializes a new instance of the ReadTimeoutException class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ReadTimeoutException(
	ConsistencyLevel consistency,
	int received,
	int required,
	bool dataPresent
)

Parameters

consistency
Type: DseConsistencyLevel
received
Type: SystemInt32
required
Type: SystemInt32
dataPresent
Type: SystemBoolean
See Also