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