Click or drag to resize

TryingToBeginReadOnlyTransactionWhileInUpdateTransactionException Class

Exception thrown when attempting to start a read only transaction while in an update transaction.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsTryingToBeginReadOnlyTransactionWhileInUpdateTransactionException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
[SerializableAttribute]
public class TryingToBeginReadOnlyTransactionWhileInUpdateTransactionException : Exception
See Also