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
ErrorDicFormat8
PoundExpected9
EmptyCharacterLiteral10
StringNotEnd11
IdentfierConstUnaryOrLeftParenExpected12
BinaryCommaMemberParenIndexerExpected13
BinaryCommaRightParenRightIndexerExpected14
ParenNotMatch15
IndentiferExpected16
IndentiferOrConstantExpected17
NoParenBefore18
NotSupportGlobalFunction19
NotSupportMultipleAssignement20
NotAssignable21
NotAssignment22
VariableNotExist23
IllegalChar24
IllegalEscapeChar25
IllegalHexCharInString26
CharNotEnd27
IllegalHexCharInChar28
IllegalTokenSeq29
ParenthesisRightExpected30
IndexingEndExpected31
BinaryOpNotEnd32
MemberNameExpected33
GeneralError34
See Also