CannotLoadObjectsException Class
An exception that is thrown when attempting to reload an object that is not present in a persistent data store.
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
This exception is raised when the Reload method (for instance, the Session.Reload method) is called for an object that has been deleted from a data store.
Solution:
- Check your code for errors. Do not call the Reload method for deleted objects.
See Also