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

CannotResolveClassInfoException Class

An exception that is thrown when the XPDictionary cannot provide XPClassInfo metadata information for the class.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public class CannotResolveClassInfoException :
    Exception

Remarks

This exception is thrown when the XPDictionary cannot provide XPClassInfo metadata information for a specific class.

Solution:

- ensure that an XPClassInfo object is requested for a persistent type.

Inheritance

Object
Exception
CannotResolveClassInfoException
See Also