menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpressionError - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpressionError

    Denotes the different error types.

    Inheritance
    System.Object
    ExpressionError
    Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExpressionError : Enum

    Fields

    CannotCompareDifferentTypes

    Denotes that it cannot compare different types

    Declaration
    public const ExpressionError CannotCompareDifferentTypes
    Field Value
    Type
    ExpressionError

    ExceptionRaised

    Denotes that exception has raised

    Declaration
    public const ExpressionError ExceptionRaised
    Field Value
    Type
    ExpressionError

    MismatchedParentheses

    Denotes mismatched parentheses

    Declaration
    public const ExpressionError MismatchedParentheses
    Field Value
    Type
    ExpressionError

    MissingRightQuote

    Denotes missing right quote

    Declaration
    public const ExpressionError MissingRightQuote
    Field Value
    Type
    ExpressionError

    None

    Denotes no error

    Declaration
    public const ExpressionError None
    Field Value
    Type
    ExpressionError

    NotAValidFormula

    Denotes that it's not a valid formula

    Declaration
    public const ExpressionError NotAValidFormula
    Field Value
    Type
    ExpressionError

    UnknownOperator

    Denotes that it's a unknown operator

    Declaration
    public const ExpressionError UnknownOperator
    Field Value
    Type
    ExpressionError
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved