Click or drag to resize
InvalidConfigurationInQueryException Class
A specific invalid query exception that indicates that the query is invalid because of some configuration problem.

This is generally throw by query that manipulate the schema (CREATE and ALTER) when the required configuration options are invalid.

Inheritance Hierarchy
System.Object
  System.Exception
    Cassandra.DriverException
      Cassandra.QueryValidationException
        Cassandra.InvalidQueryException
          Cassandra.InvalidConfigurationInQueryException

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.5.0
Syntax
C#
public class InvalidConfigurationInQueryException : InvalidQueryException

The InvalidConfigurationInQueryException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidConfigurationInQueryException
Initializes a new instance of the InvalidConfigurationInQueryException class
Top
See Also