Skip to main content
A newer version of this page is available. .

SessionMixingException.Object Property

Gets the persistent object which conflicts with the current session.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public object Object { get; }

Property Value

Type Description
Object

The persistent object which conflicts with the current session.

See Also