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.v18.2.dll

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