Class TransactionConflictException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Operation was rejected because there is an ongoing transaction for the item.
public class TransactionConflictException : AmazonDynamoDBException
- Inheritance
-
TransactionConflictException
Constructors
TransactionConflictException(Exception)
Construct instance of TransactionConflictException
public TransactionConflictException(Exception innerException)
Parameters
innerExceptionException
TransactionConflictException(string)
Constructs a new TransactionConflictException with the specified error message.
public TransactionConflictException(string message)
Parameters
messagestringDescribes the error encountered.
TransactionConflictException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of TransactionConflictException
public TransactionConflictException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
TransactionConflictException(string, Exception)
Construct instance of TransactionConflictException
public TransactionConflictException(string message, Exception innerException)
Parameters
TransactionConflictException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of TransactionConflictException
public TransactionConflictException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode