PropertyMissingException Class
An exception that is thrown when an invalid property name is specified.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Remarks
This exception is thrown in various cases when an invalid property name is specified,
Solution:
- specify a valid property name.
See Also