DifferentObjectsWithSameKeyException Class
An exception that is thrown when two objects within the current session have the same key.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
Objects must have unique key values. This exception is thrown when the current session have two objects with the same key values.
Solution:
- check your code that modifies object key values.
See Also