Skip to main content

AssociationElementTypeMissingException(String) Constructor

Initializes a new instance of the AssociationElementTypeMissingException class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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