Class ObjectCacheException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when a severe internal error occurs.
public class ObjectCacheException : Exception, ISerializable
- Inheritance
-
ObjectCacheException
- Implements
- Inherited Members
Constructors
ObjectCacheException(object, object, object)
Initializes a new instance of the ObjectCacheException class.
public ObjectCacheException(object id, object theObject, object oldObject)
Parameters
id
objecttheObject
objectThe object that is associated with the exception. This value is assigned to the ObjectCacheException.Object property.
oldObject
objectThe old object.
Properties
Object
Gets the object which is associated with the exception.
public object Object { get; }
Property Value
- object
The object that is associated with the exception.