Click or drag to resize
PreparedQueryNotFoundException Constructor
Initializes a new instance of the PreparedQueryNotFoundException class

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public PreparedQueryNotFoundException(
	string message,
	byte[] unknownId
)

Parameters

message
Type: SystemString
unknownId
Type: SystemByte
See Also