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

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public ParseException(
	string message,
	int position
)

Parameters

message
Type: SystemString
position
Type: SystemInt32
See Also