Class QueryValidationException
An exception indicating that a query cannot be executed because it is incorrect syntactically, invalid, unauthorized or any other reason.
Inheritance
QueryValidationException
Implements
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public abstract class QueryValidationException : DriverException, ISerializable
Constructors
QueryValidationException(string)
Declaration
public QueryValidationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
QueryValidationException(string, Exception)
Declaration
public QueryValidationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |