A newer version of this page is available.
Switch to the current version.
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
Public Class InvalidPropertyPathException
Inherits 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.
See Also
Feedback