CriteriaParserException Class
In This Article
An exception that is thrown when a string that represents criteria cannot be parsed.
Namespace: DevExpress.Data.Filtering.Exceptions
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Remarks
This exception is raised when the CriteriaOperator.Parse method cannot parse the specified criteria string.
Solution:
- check the criteria string for errors. See the exception’s description for additional information.
See Also