Click or drag to resize
PreparedQueryNotFoundException Class
Inheritance Hierarchy
System.Object
  System.Exception
    Cassandra.DriverException
      Cassandra.QueryValidationException
        Cassandra.PreparedQueryNotFoundException

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