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

CriteriaParserException(String) Constructor

Initializes a new instance of the CriteriaParserException class.

Namespace: DevExpress.Data.Filtering.Exceptions

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public CriteriaParserException(
    string explanation
)

Parameters

Name Type Description
explanation String

A string that specifies the error description.

See Also