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

UnableToFillRefTypeException.ObjectName Property

Gets the name of the object type that causes the exception.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public string ObjectName { get; set; }

Property Value

Type Description
String

A string that specifies the name of the object type that causes the exception.

See Also