Skip to main content

InvalidPropertyPathException(String) Constructor

Initializes a new instance of the InvalidPropertyPathException class.

Namespace: DevExpress.Data.Filtering.Exceptions

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public InvalidPropertyPathException(
    string messageText
)

Parameters

Name Type Description
messageText String

A string that specifies the error description.

See Also