Show / Hide Table of Contents

Class TransactionAbortedException

Exception type representing the abort of a transaction within a lambda execution block. Signals that the lambda should cease to execute and the current transaction should be aborted.

Inheritance
System.Object
System.Exception
QldbTransactionException
TransactionAbortedException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
QldbTransactionException.TransactionId
QldbTransactionException.IsSessionAlive
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Amazon.QLDB.Driver
Assembly: Amazon.QLDB.Driver.dll
Syntax
public class TransactionAbortedException : QldbTransactionException, ISerializable

Constructors

| Improve this Doc View Source

TransactionAbortedException(String, Boolean)

Initializes a new instance of the TransactionAbortedException class.

Declaration
public TransactionAbortedException(string transactionId, bool isSessionAlive)
Parameters
Type Name Description
System.String transactionId

The transaction ID.

System.Boolean isSessionAlive

Whether the session is alive.

| Improve this Doc View Source

TransactionAbortedException(String, Boolean, Exception)

Initializes a new instance of the TransactionAbortedException class.

Declaration
public TransactionAbortedException(string transactionId, bool isSessionAlive, Exception innerException)
Parameters
Type Name Description
System.String transactionId

The transaction ID.

System.Boolean isSessionAlive

Whether the session is alive.

System.Exception innerException

The inner exception.

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX