Thrown when the user tries to pass a deleted object to the ISession.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class ObjectDeletedException _ Inherits UnresolvableObjectException |
C# |
---|
[SerializableAttribute] public class ObjectDeletedException : UnresolvableObjectException |
Visual C++ |
---|
[SerializableAttribute] public ref class ObjectDeletedException : public UnresolvableObjectException |
JavaScript |
---|
NHibernate.ObjectDeletedException = function(); Type.createClass( 'NHibernate.ObjectDeletedException', NHibernate.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