AlreadyInTransactionException Class |
Exception thrown when attempting to start a transaction when an active transaction already exist.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class AlreadyInTransactionException : Exception
<SerializableAttribute>
Public Class AlreadyInTransactionException
Inherits Exception
[SerializableAttribute]
public ref class AlreadyInTransactionException : public Exception
[<SerializableAttribute>]
type AlreadyInTransactionException =
class
inherit Exception
end
See Also