Click or drag to resize

AlreadyInTransactionException Class

Exception thrown when attempting to start a transaction when an active transaction already exist.
Inheritance Hierarchy
System.Object
  System.Exception
    VelocityDb.Exceptions.AlreadyInTransactionException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class AlreadyInTransactionException : Exception
See Also