Table of Contents

Class ItemCollectionSizeLimitExceededException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

public class ItemCollectionSizeLimitExceededException : AmazonDynamoDBException
Inheritance
ItemCollectionSizeLimitExceededException

Constructors

ItemCollectionSizeLimitExceededException(Exception)

Construct instance of ItemCollectionSizeLimitExceededException

public ItemCollectionSizeLimitExceededException(Exception innerException)

Parameters

innerException Exception

ItemCollectionSizeLimitExceededException(string)

Constructs a new ItemCollectionSizeLimitExceededException with the specified error message.

public ItemCollectionSizeLimitExceededException(string message)

Parameters

message string

Describes the error encountered.

ItemCollectionSizeLimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ItemCollectionSizeLimitExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ItemCollectionSizeLimitExceededException(string, Exception)

Construct instance of ItemCollectionSizeLimitExceededException

public ItemCollectionSizeLimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

ItemCollectionSizeLimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ItemCollectionSizeLimitExceededException

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