RequiredAttributeMissingException(String, String) Constructor
In This Article
Initializes a new instance of the RequiredAttributeMissingException class.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
property |
String | A string that specifies the property name. |
attribute |
String | A string that specifies the name of the missing attribute. |
See Also