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
innerExceptionException
TransactionInProgressException(string)
Constructs a new TransactionInProgressException with the specified error message.
public TransactionInProgressException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
TransactionInProgressException(string, Exception)
Construct instance of TransactionInProgressException
public TransactionInProgressException(string message, Exception innerException)
Parameters
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode