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

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.v19.2.dll

Declaration

public class TypeNotFoundException :
    Exception

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.

Inheritance

Object
Exception
TypeNotFoundException
See Also