Class AssociationElementTypeMissingException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when the elementType parameter is not specified in the AssociationAttribute attribute.
public class AssociationElementTypeMissingException : Exception, ISerializable
- Inheritance
-
AssociationElementTypeMissingException
- Implements
- Inherited Members
Constructors
AssociationElementTypeMissingException(string)
Initializes a new instance of the AssociationElementTypeMissingException class.
public AssociationElementTypeMissingException(string propertyName)
Parameters
propertyName
stringThe name of the collection property which does not have its element type specified by the AssociationAttribute.