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
innerException
Exception
AmazonDynamoDBException(string)
Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException(string message)
Parameters
message
string
AmazonDynamoDBException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonDynamoDBException
public AmazonDynamoDBException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode