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