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
SystemObject
  SystemException
    DseDriverException
      DseQueryValidationException
        DseInvalidQueryException
          DseInvalidConfigurationInQueryException

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.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

Reference