Skip to main content

SessionCtorAbsentException.ObjectType Property

OBSOLETE

Use Message instead.

Gets the name of the currently processed object type.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use Message instead.", false)]
[Browsable(false)]
public string ObjectType { get; }

Property Value

Type Description
String

A string that specifies the name of the object type.

See Also