Skip to main content

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

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