Click or drag to resize

UnavailableException Constructor

Initializes a new instance of the UnavailableException class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public UnavailableException(
	ConsistencyLevel consistency,
	int required,
	int alive
)

Parameters

consistency
Type: DseConsistencyLevel
required
Type: SystemInt32
alive
Type: SystemInt32
See Also