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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class StaleStateException _
	Inherits HibernateException
C#
[SerializableAttribute]
public class StaleStateException : HibernateException
Visual C++
[SerializableAttribute]
public ref class StaleStateException : public HibernateException
JavaScript
NHibernate.StaleStateException = function();

Type.createClass(
	'NHibernate.StaleStateException',
	NHibernate.HibernateException);

Inheritance Hierarchy

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

See Also