Skip to main content

AssociationInvalidException(String) Constructor

In This Article

Initializes a new instance of the AssociationInvalidException class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public AssociationInvalidException(
    string message
)

#Parameters

Name Type Description
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.

See Also