Skip to main content

UnableToFillRefTypeException.ObjectName Property

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

Namespace: DevExpress.Xpo.Exceptions

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