CannotResolveClassInfoException(String, String) Constructor
In This Article
Initializes a new instance of the CannotResolveClassInfoException class.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
assembly |
String | The name of the assembly. |
type |
String | The name of the type whose XPClass |
See Also