Back to Devexpress

PropertyMissingException Class

xpo-devexpress-dot-xpo-dot-exceptions-f06fce19.md

latest1.2 KB
Original Source

PropertyMissingException Class

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

Namespace : DevExpress.Xpo.Exceptions

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class PropertyMissingException :
    Exception
vb
Public Class PropertyMissingException
    Inherits 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

PropertyMissingException Members

DevExpress.Xpo.Exceptions Namespace