Click or drag to resize

PreparedQueryNotFoundException Class

Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraQueryValidationException
        CassandraPreparedQueryNotFoundException

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public class PreparedQueryNotFoundException : QueryValidationException

The PreparedQueryNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodPreparedQueryNotFoundException
Initializes a new instance of the PreparedQueryNotFoundException class
Top
Properties
  NameDescription
Public propertyUnknownId
Top
See Also