Class CannotResolveClassInfoException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when the XPDictionary cannot provide XPClassInfo metadata information for the class.
public class CannotResolveClassInfoException : Exception, ISerializable
- Inheritance
-
CannotResolveClassInfoException
- Implements
- Inherited Members
Constructors
CannotResolveClassInfoException(string, string)
Initializes a new instance of the CannotResolveClassInfoException class.
public CannotResolveClassInfoException(string assemblyName, string typeName)
Parameters
assemblyName
stringThe name of the assembly.
typeName
stringThe name of the type whose XPClassInfo cannot be obtained.