Click or drag to resize

QueryExecutionException Class

Exception related to the execution of a query. This correspond to the exception that Cassandra throw when a (valid) query cannot be executed (TimeoutException, UnavailableException, ...).
Inheritance Hierarchy

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public abstract class QueryExecutionException : QueryValidationException
Constructors
  NameDescription
Public methodQueryExecutionException(String)
Initializes a new instance of the QueryExecutionException class
Public methodQueryExecutionException(String, Exception)
Initializes a new instance of the QueryExecutionException class
Top
See Also

Reference