Class PropertyTypeMismatchException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when an association is incorrectly specified.
[Obsolete("Use AssociationInvalidException instead", true)]
public class PropertyTypeMismatchException : AssociationInvalidException, ISerializable
- Inheritance
-
PropertyTypeMismatchException
- Implements
- Inherited Members
Constructors
PropertyTypeMismatchException(string)
Initializes a new instance of the PropertyTypeMismatchException class.
public PropertyTypeMismatchException(string message)
Parameters
message
string