Click or drag to resize

InvalidQueryException Constructor (String, Exception)

Initializes a new instance of the InvalidQueryException class

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public InvalidQueryException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also