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:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.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