Skip to main content

CriteriaParserException Class

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

public class CriteriaParserException :
    Exception

#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.

#Inheritance

Object
Exception
CriteriaParserException
See Also