Class PreparedQueryNotFoundException
Inheritance
PreparedQueryNotFoundException
Implements
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class PreparedQueryNotFoundException : QueryValidationException, ISerializable
Constructors
PreparedQueryNotFoundException(string, byte[])
Declaration
public PreparedQueryNotFoundException(string message, byte[] unknownId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| byte[] | unknownId |
Properties
UnknownId
Declaration
public byte[] UnknownId { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |