Skip to main content

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.2.dll

NuGet Package: DevExpress.Data

#Declaration

public class InvalidPropertyPathException :
    Exception

#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.

#Inheritance

Object
Exception
InvalidPropertyPathException
See Also