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

PropertyTypeMismatchException Class

OBSOLETE

Use AssociationInvalidException instead

An exception that is thrown when an association is incorrectly specified.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[Obsolete("Use AssociationInvalidException instead", true)]
public class PropertyTypeMismatchException :
    AssociationInvalidException

Remarks

This exception is thrown if an object association (see the AssociationAttribute attribute) is declared incorrectly.

Solution:

- check the association’s name and parameters in the classes between which the association is declared.

Inheritance

Object
Exception
AssociationInvalidException
PropertyTypeMismatchException
See Also