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 : EnumFields
CannotCompareDifferentTypes
Denotes that it cannot compare different types
Declaration
public const ExpressionError CannotCompareDifferentTypesField Value
| Type | 
|---|
| ExpressionError | 
ExceptionRaised
Denotes that exception has raised
Declaration
public const ExpressionError ExceptionRaisedField Value
| Type | 
|---|
| ExpressionError | 
MismatchedParentheses
Denotes mismatched parentheses
Declaration
public const ExpressionError MismatchedParenthesesField Value
| Type | 
|---|
| ExpressionError | 
MissingRightQuote
Denotes missing right quote
Declaration
public const ExpressionError MissingRightQuoteField Value
| Type | 
|---|
| ExpressionError | 
None
Denotes no error
Declaration
public const ExpressionError NoneField Value
| Type | 
|---|
| ExpressionError | 
NotAValidFormula
Denotes that it's not a valid formula
Declaration
public const ExpressionError NotAValidFormulaField Value
| Type | 
|---|
| ExpressionError | 
UnknownOperator
Denotes that it's a unknown operator
Declaration
public const ExpressionError UnknownOperatorField Value
| Type | 
|---|
| ExpressionError |