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

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

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