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
innerException
Exception
TransactionConflictException(string)
Constructs a new TransactionConflictException with the specified error message.
public TransactionConflictException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode