Table of Contents

Class TransactionInProgressException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

The transaction with the given request token is already in progress.

public class TransactionInProgressException : AmazonDynamoDBException
Inheritance
TransactionInProgressException

Constructors

TransactionInProgressException(Exception)

Construct instance of TransactionInProgressException

public TransactionInProgressException(Exception innerException)

Parameters

innerException Exception

TransactionInProgressException(string)

Constructs a new TransactionInProgressException with the specified error message.

public TransactionInProgressException(string message)

Parameters

message string

Describes the error encountered.

TransactionInProgressException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of TransactionInProgressException

public TransactionInProgressException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

TransactionInProgressException(string, Exception)

Construct instance of TransactionInProgressException

public TransactionInProgressException(string message, Exception innerException)

Parameters

message string
innerException Exception

TransactionInProgressException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of TransactionInProgressException

public TransactionInProgressException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode