Table of Contents

Class RequiredAttributeMissingException

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

An exception that is thrown when an attribute with the specified name cannot be found for a specific property.

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

Constructors

RequiredAttributeMissingException(string, string)

Initializes a new instance of the RequiredAttributeMissingException class.

public RequiredAttributeMissingException(string propertyName, string attributeName)

Parameters

propertyName string

A string that specifies the property name.

attributeName string

A string that specifies the name of the missing attribute.