xpo-devexpress-dot-xpo-dot-exceptions-a50a4c94.md
An exception that is thrown when the elementType parameter is not specified in the AssociationAttribute attribute.
Namespace : DevExpress.Xpo.Exceptions
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public class AssociationElementTypeMissingException :
Exception
Public Class AssociationElementTypeMissingException
Inherits Exception
When specifying the AssociationAttribute for a collection property you need to specify the attribute’s elementType parameter. This should identify the type of items stored in the current collection. If this parameter is omitted an AssociationElementTypeMissingException exception is raised.
Solution:
Object Exception AssociationElementTypeMissingException
See Also