Skip to main content
A newer version of this page is available. .

AssociationElementTypeMissingException(String) Constructor

Initializes a new instance of the AssociationElementTypeMissingException class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public AssociationElementTypeMissingException(
    string propertyName
)

Parameters

Name Type Description
propertyName String

The name of the collection property which does not have its element type specified by the AssociationAttribute.

See Also