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

KeyPropertyAbsentException.ClassName Property

OBSOLETE

Use Message instead.

Gets the string that specifies the class name.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

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

Property Value

Type Description
String

A string that specifies the class name.

See Also