Back to Devexpress

TypeNotFoundException Class

xpo-devexpress-dot-xpo-dot-exceptions-1b95aab3.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class TypeNotFoundException :
    Exception
vb
Public Class TypeNotFoundException
    Inherits 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

TypeNotFoundException Members

DevExpress.Xpo.Exceptions Namespace