Table of Contents

Class AmazonDynamoDBStreamsException

Namespace
Amazon.DynamoDBv2
Assembly
AWSSDK.DynamoDBv2.dll

Common exception for the DynamoDBStreams service.

[Obsolete("This exception type is never thrown and will be removed in a future version.")]
public class AmazonDynamoDBStreamsException : AmazonServiceException
Inheritance
AmazonDynamoDBStreamsException

Constructors

AmazonDynamoDBStreamsException(Exception)

Construct instance of AmazonDynamoDBStreamsException

public AmazonDynamoDBStreamsException(Exception innerException)

Parameters

innerException Exception

AmazonDynamoDBStreamsException(string)

Construct instance of AmazonDynamoDBStreamsException

public AmazonDynamoDBStreamsException(string message)

Parameters

message string

AmazonDynamoDBStreamsException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonDynamoDBStreamsException

public AmazonDynamoDBStreamsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

AmazonDynamoDBStreamsException(string, Exception)

Construct instance of AmazonDynamoDBStreamsException

public AmazonDynamoDBStreamsException(string message, Exception innerException)

Parameters

message string
innerException Exception

AmazonDynamoDBStreamsException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonDynamoDBStreamsException

public AmazonDynamoDBStreamsException(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