Thrown when a version number check failed, indicating that the ISession contained stale data (when using long transactions with versioning).

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      NHibernate..::..HibernateException
        NHibernate..::..StaleStateException
          NHibernate..::..StaleObjectStateException

See Also