Skip to main content

SessionMixingException.Object Property

Gets the persistent object which conflicts with the current session.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.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