Thrown when the user tries to pass a deleted object to the ISession.

Namespace:  NHibernate
Assembly:  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

See Also