Click or drag to resize
ParserError Enumeration
Different errors type of Parser

Namespace: FlexRule.DynamicEvaluation.Core
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public enum ParserError
Members
  Member nameValueDescription
NoError0
InternalError1
UnrecogniseChar2
NotHexChar3
ErrorFloatFormat4
ErrorIntFormat5
ErrorDoubleFormat6
ErrorDateTimeFormat7
PoundExpected8
EmptyCharacterLiteral9
StringNotEnd10
IdentfierConstUnaryOrLeftParenExpected11
BinaryCommaMemberParenIndexerExpected12
BinaryCommaRightParenRightIndexerExpected13
ParenNotMatch14
IndentiferExpected15
IndentiferOrConstantExpected16
NoParenBefore17
NotSupportGlobalFunction18
NotSupportMultipleAssignement19
NotAssignable20
NotAssignment21
VariableNotExist22
IllegalChar23
IllegalEscapeChar24
IllegalHexCharInString25
CharNotEnd26
IllegalHexCharInChar27
IllegalTockenSeq28
ParenthesisRightExpected29
IndexingEndExpected30
BinaryOpNotEnd31
MemberNameExpected32
GeneralError33
See Also