Class NonPersistentReferenceFoundException
- Namespace
- DevExpress.Xpo.Exceptions
- Assembly
- DevExpress.Xpo.v24.1.dll
An exception that is thrown when a persistent reference to a non-persistent class exists.
public class NonPersistentReferenceFoundException : Exception, ISerializable
- Inheritance
-
NonPersistentReferenceFoundException
- Implements
- Inherited Members
Constructors
NonPersistentReferenceFoundException(string)
Initializes a new instance of the NonPersistentReferenceFoundException class.
public NonPersistentReferenceFoundException(string objectType)
Parameters
objectType
stringThe name of the non-persistent object’s type which you are about to reference.