Indicated that a transaction could not be begun, committed, or rolled back

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

Syntax

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

Inheritance Hierarchy

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

See Also