Skip to main content
A newer version of this page is available. .

CriteriaParserException Class

An exception that is thrown when a string that represents criteria cannot be parsed.

Namespace: DevExpress.Data.Filtering.Exceptions

Assembly: DevExpress.Data.v19.2.dll

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