Table of Contents

Class AssociationInvalidException

Namespace
DevExpress.Xpo.Exceptions
Assembly
DevExpress.Xpo.v24.1.dll

An exception that is thrown when a persistent property marked with the AssociationAttribute attribute cannot be used to create a relation.

public class AssociationInvalidException : Exception, ISerializable
Inheritance
AssociationInvalidException
Implements
Derived
Inherited Members

Constructors

AssociationInvalidException(string)

Initializes a new instance of the AssociationInvalidException class.

public AssociationInvalidException(string message)

Parameters

message string

A string that specifies the error’s description. The description includes the name of the property for which a relation cannot be created.