Thrown when Hibernate could not resolve an object by id, especially when
loading an association.
Namespace: NHibernate
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class UnresolvableObjectException _ Inherits HibernateException |
| C# |
|---|
[SerializableAttribute] public class UnresolvableObjectException : 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
System.Exception
System.ApplicationException
NHibernate.HibernateException
NHibernate.UnresolvableObjectException
NHibernate.ObjectDeletedException
NHibernate.ObjectNotFoundException