A newer version of this page is available.
Switch to the current version.
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
Public Class CriteriaParserException
Inherits 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.
See Also
Feedback