AssociationInvalidException(String) Constructor
Initializes a new instance of the AssociationInvalidException class.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v26.1.dll
Declaration
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