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