Table of Contents

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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

AmazonDynamoDBException(string, Exception)

Construct instance of AmazonDynamoDBException

public AmazonDynamoDBException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode