InvalidFilterExpressionException Class |
The InvalidFilterExpressionException class represents an error that occurred during the expression evaluation.
This class cannot be inherited.
Inheritance Hierarchy
Namespace: Tekla.Structures.Filtering
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2023.0.3
Syntax
The InvalidFilterExpressionException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InvalidFilterExpressionException(Expression, InvalidFilterExpressionExceptionReasonsType) |
Initializes a new instance of the InvalidFilterExpressionException class.
| |
InvalidFilterExpressionException(Expression, InvalidFilterExpressionExceptionReasonsType, Int32) |
Initializes a new instance of the InvalidFilterExpressionException class.
| |
InvalidFilterExpressionException(Expression, OperatorType, Expression, InvalidFilterExpressionExceptionReasonsType) |
Initializes a new instance of the InvalidFilterExpressionException class.
|
Properties
Name | Description | |
---|---|---|
Expression |
Gets the invalid expression.
| |
InvalidFilterExpressionExceptionReasonsType |
Gets the reason why the exception is thrown.
| |
LeftExpression |
Gets the invalid expression's left operand.
| |
OperatorType |
Gets the invalid expression's operator.
| |
RightExpression |
Gets the invalid expression's right operand.
|
See Also