ParseException Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.LptParser.DynamicLinq
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic ParseException(
	string message,
	int position
)
Public Sub New ( 
	message As String,
	position As Integer
)
Parameters
- message
 - Type: SystemString
 - position
 - Type: SystemInt32
 
See Also