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

PropertyMissingException Class

An exception that is thrown when an invalid property name is specified.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public class PropertyMissingException :
    Exception

Remarks

This exception is thrown in various cases when an invalid property name is specified,

Solution:

- specify a valid property name.

Inheritance

Object
Exception
PropertyMissingException
See Also