Table of Contents

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 string

The name of the assembly.

typeName string

The name of the type whose XPClassInfo cannot be obtained.