Click or drag to resize

PreparedQueryNotFoundException Constructor

Initializes a new instance of the PreparedQueryNotFoundException class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public PreparedQueryNotFoundException(
	string message,
	byte[] unknownId
)

Parameters

message
Type: SystemString
unknownId
Type: SystemByte
See Also