InvalidPropertyPathException Class
An exception that is thrown when a specific property that is used in a specific expression cannot be resolved.
Namespace: DevExpress.Data.Filtering.Exceptions
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
This exception is raised when parsing an expression and the path to a property that is used in this expression cannot be resolved.
Solution:
- check the current expression for errors.
See Also