Click or drag to resize

AlreadyInCommitException Class

Exception thrown when attempting to commit a transaction when we already are within transaction commit code.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsAlreadyInCommitException

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