Class AmazonDynamoDBException
- Namespace
- Amazon.DynamoDBv2
- Assembly
- AWSSDK.DynamoDBv2.dll
Common exception for the DynamoDB service.
public class AmazonDynamoDBException : AmazonServiceException
- Inheritance
-
AmazonDynamoDBException
- Derived
Constructors
AmazonDynamoDBException(Exception)
Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException(Exception innerException)
Parameters
innerExceptionException
AmazonDynamoDBException(string)
Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException(string message)
Parameters
messagestring
AmazonDynamoDBException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
AmazonDynamoDBException(string, Exception)
Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException(string message, Exception innerException)
Parameters
AmazonDynamoDBException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode