Throw when the user passes a transient instance to a ISession method that expects a persistent instance

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      NHibernate..::..HibernateException
        NHibernate..::..TransientObjectException

See Also