Click or drag to resize

InUpdateTransactionException Class

Exception thrown when calling certain SessionBase api that requires that session IS NOT in an active update transaction.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsInUpdateTransactionException

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