menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExpressionError - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ExpressionError

    Represents the expression error enumeration constants.

    Namespace: Syncfusion.Olap.Engine.CalculationColumn
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public enum ExpressionError

    Fields

    Name Description
    ArgumentTypeMismatch

    Represents the argument type mismatch.

    CannotCompareDifferentTypes

    Represents the different type as cannot compare.

    ExceptionRaised

    Represents whether any exception raised.

    ImproperCharacterPrecedingLeftParentheses

    Represents improper character preceding left parentheses.

    InvalidLeftOperand

    Represents the invalid left operand.

    InvalidNumberOfFunctionArguments

    Represents the invalid number of function arguments.

    InvalidRightOperand

    Represents the invalid right operand.

    InvalidSummaryArgument

    Represents the invalid summary argument.

    MismatchedParentheses

    Represents the mismatched parenthesis.

    MissingRightQuote

    Represents the missing right quote mark.

    None

    Represents none.

    NotAValidFormula

    Represents invalid formula.

    UnknownExpressionName

    Represents the unknown expression name.

    UnknownFunction

    Represents unknown function.

    UnknownOperator

    Represents unknown error.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved