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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode