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

CannotResolveClassInfoException.TypeName Property

OBSOLETE

Use Message instead.

Gets the name of the type whose XPClassInfo cannot be obtained.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

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

Property Value

Type Description
String

A string representing the name of the class.

See Also