InvalidFilterExpressionException Class |
The InvalidFilterExpressionException class represents an error that occurred during the expression evaluation.
This class cannot be inherited.
SystemObject
SystemException
Tekla.Structures.FilteringInvalidFilterExpressionException
SystemException
Tekla.Structures.FilteringInvalidFilterExpressionException
Namespace: Tekla.Structures.Filtering
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
The InvalidFilterExpressionException type exposes the following members.
| 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.
|
| 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.
|