Skip to main content

ObjectCacheException.Object Property

Gets the object which is associated with the exception.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v24.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public object Object { get; }

Property Value

Type Description
Object

The object that is associated with the exception.

See Also