TypeNotFoundException Class
An exception that is thrown when an object in storage refers to a type that cannot be found.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
This exception is thrown when an object in storage refers to a type that cannot be found.
Solution:
- check the storage (database) for errors.
See Also