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