Class ExpressionError
Denotes the different error types.
Inheritance
System.Object
ExpressionError
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.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 |