Click or drag to resize

QueryTimeoutException Constructor

Initializes a new instance of the QueryTimeoutException class

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public QueryTimeoutException(
	string message,
	ConsistencyLevel consistencyLevel,
	int received,
	int required
)

Parameters

message
Type: SystemString
consistencyLevel
Type: CassandraConsistencyLevel
received
Type: SystemInt32
required
Type: SystemInt32
See Also