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)
Version: 1.2.0.4000

Syntax

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

Inheritance Hierarchy

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