Click or drag to resize
InvalidQueryException Constructor (String, Exception)
Initializes a new instance of the InvalidQueryException class

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public InvalidQueryException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also