Thrown when Hibernate could not resolve an object by id, especially when loading an association.

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class UnresolvableObjectException : HibernateException
Visual Basic
<SerializableAttribute> _
Public Class UnresolvableObjectException _
	Inherits HibernateException
Visual C++
[SerializableAttribute]
public ref class UnresolvableObjectException : public HibernateException

Inheritance Hierarchy

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

See Also