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)