Table of Contents

Class TransactionNestingException

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

An attempt to BeginTransaction has been made before the sessions existing transaction has been consumed or rolled back. e.g. An attempt to nest transactions has occurred. A session can only have a single transaction at a time.

[DataContract]
public class TransactionNestingException : ClientException
Inheritance
TransactionNestingException
Inherited Members
Extension Methods

Constructors

TransactionNestingException(string)

Create a new TransactionNestingException with an error message