Class CannotReloadPurgedObjectException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when attempting to reload an object that is not present in the persistent data store.
[Obsolete("Use CannotLoadObjectsException instead", true)]
public class CannotReloadPurgedObjectException : Exception, ISerializable
- Inheritance
-
CannotReloadPurgedObjectException
- Implements
- Inherited Members
Constructors
CannotReloadPurgedObjectException()
Initializes a new instance of the CannotReloadPurgedObjectException class with the default settings.
public CannotReloadPurgedObjectException()