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.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
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 SourceTransactionAbortedException(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. |
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