A valid ISymbolLookupExpression must not have too many nodes
Inheritance Hierarchy
GF.Api.UtilsValidationError
GF.Api.Contracts.Lookup.ValidationSymbolLookupCriteriaValidationError
GF.Api.Contracts.Lookup.ValidationExpressionTooLargeError
Namespace: GF.Api.Contracts.Lookup.Validation
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The ExpressionTooLargeError type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExpressionTooLargeError | Initializes a new instance of the ExpressionTooLargeError class |
Properties
| Name | Description | |
|---|---|---|
| Message |
Error message
(Overrides ValidationErrorMessage.) |
Methods
| Name | Description | |
|---|---|---|
| ToString |
Convert to string
(Inherited from ValidationError.) |
Fields
| Name | Description | |
|---|---|---|
| MaxExpressionNodeCount | ISymbolLookupExpression size limit
|
See Also