Thrown when the user tries to pass a deleted object to the ISession.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class ObjectDeletedException : UnresolvableObjectException |
Visual Basic |
---|
<SerializableAttribute> _ Public Class ObjectDeletedException _ Inherits UnresolvableObjectException |
Visual C++ |
---|
[SerializableAttribute] public ref class ObjectDeletedException : public UnresolvableObjectException |
Inheritance Hierarchy
System..::..Object
System..::..Exception
System..::..ApplicationException
NHibernate..::..HibernateException
NHibernate..::..UnresolvableObjectException
NHibernate..::..ObjectDeletedException
System..::..Exception
System..::..ApplicationException
NHibernate..::..HibernateException
NHibernate..::..UnresolvableObjectException
NHibernate..::..ObjectDeletedException