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

Namespace: NHibernate
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

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

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      NHibernate.HibernateException
        NHibernate.UnresolvableObjectException
          NHibernate.ObjectDeletedException