Table of Contents

Class CannotLoadObjectsException

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

An exception that is thrown when attempting to reload an object that is not present in a persistent data store.

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

Constructors

CannotLoadObjectsException(string)

Initializes a new instance of the CannotLoadObjectsException class with objects which cannot be loaded.

public CannotLoadObjectsException(string objects)

Parameters

objects string

A string specifying objects that cannot be loaded.