AssociationElementTypeMissingException(String) Constructor
In This Article
Initializes a new instance of the AssociationElementTypeMissingException class.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
property |
String | The name of the collection property which does not have its element type specified by the Association |
See Also