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

Namespace:  SD.LLBLGen.Pro.LptParser.DynamicLinq
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ParseException(
	string message,
	int position
)

Parameters

message
Type: SystemString
position
Type: SystemInt32
See Also