Class QueryExecutionException
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
QueryExecutionException
Implements
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public abstract class QueryExecutionException : QueryValidationException, ISerializable
Constructors
QueryExecutionException(string)
Declaration
public QueryExecutionException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
QueryExecutionException(string, Exception)
Declaration
public QueryExecutionException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |