ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.ExpressionEditor.Engine Namespace / ErrorType Enumeration

In This Topic
    ErrorType Enumeration
    In This Topic
    Specifies the type of error by ScriptErrorInfo.
    Syntax
    'Declaration
     
    Public Enum ErrorType 
       Inherits System.Enum
    public enum ErrorType : System.Enum 
    Members
    MemberDescription
    CanNotFindFinalBracketCan't find final bracket.
    CanNotFindFinalDateDelimiterCan't find final date delimiter ('#').
    CanNotFindFinalQuoteCan't find final quote.
    CanNotFindFinalSquareBracketCan't find final square bracket.
    ComparisonErrorError comparing values.
    ExpressionExpectedExpression expected.
    FieldOrVariableDidNotFoundField or variable did not found.
    IdentifierExpectedIdentifier expected.
    IncorrectDateFormatIncorrect date format.
    SyntaxErrorSyntax error.
    TooFewParametersToo few parameters.
    TooManyParametersToo many parameters.
    UnbalancedParenthesisUnbalanced parenthesis.
    UnexpectedErrorUnexpected error.
    UnexpectedIdentifierUnexpected identifier.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.ExpressionEditor.Engine.ErrorType

    See Also