[]
        
(Showing Draft Content)

C1.CalcEngine.ErrorType

ErrorType Enum

Specifies the type of error.

Namespace: C1.CalcEngine
Assembly: C1.CalcEngine.dll
Syntax
public enum ErrorType

Fields

Name Description
CanNotFindFinalBracket

Can't find final bracket.

CanNotFindFinalDateDelimiter

Can't find final date delimiter ('#').

CanNotFindFinalQuote

Can't find final quote.

CanNotFindFinalSquareBracket

Can't find final square bracket.

ComparisonError

Error comparing values.

ExpressionExpected

Expression expected.

FieldOrVariableDidNotFound

Field or variable did not found.

IdentifierExpected

Identifier expected.

IncorrectDateFormat

Incorrect date format.

SyntaxError

Syntax error.

TooFewParameters

Too few parameters.

TooManyParameters

Too many parameters.

UnbalancedParenthesis

Unbalanced parenthesis.

UnexpectedError

Unexpected error.

UnexpectedIdentifier

Unexpected identifier.