Table of Contents

Class PropertyMissingException

Namespace
DevExpress.Xpo.Exceptions
Assembly
DevExpress.Xpo.v24.1.dll

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

public class PropertyMissingException : Exception, ISerializable
Inheritance
PropertyMissingException
Implements
Inherited Members

Constructors

PropertyMissingException(string, string)

Initializes a new instance of the PropertyMissingException class.

public PropertyMissingException(string objectType, string propertyName)

Parameters

objectType string

The object type’s name.

propertyName string

The property name.