Table of Contents

Class TypeNotFoundException

Namespace
DevExpress.Xpo.Exceptions
Assembly
DevExpress.Xpo.v24.1.dll

An exception that is thrown when an object in storage refers to a type that cannot be found.

public class TypeNotFoundException : Exception, ISerializable
Inheritance
TypeNotFoundException
Implements
Inherited Members

Constructors

TypeNotFoundException(int)

Initializes a new instance of the TypeNotFoundException class.

public TypeNotFoundException(int typeId)

Parameters

typeId int

An integer that identifies the currently processed object type.

Properties

TypeId

Gets the object type identifier.

public int TypeId { get; set; }

Property Value

int

An integer object type identifier.