Click or drag to resize

NotInTransactionException Class

Exception thrown when trying to do persistent operations without first starting a transaction.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsNotInTransactionException

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