Table of Contents

Class IndexNotFoundException

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

The operation tried to access a nonexistent index.

public class IndexNotFoundException : AmazonDynamoDBException
Inheritance
IndexNotFoundException

Constructors

IndexNotFoundException(Exception)

Construct instance of IndexNotFoundException

public IndexNotFoundException(Exception innerException)

Parameters

innerException Exception

IndexNotFoundException(string)

Constructs a new IndexNotFoundException with the specified error message.

public IndexNotFoundException(string message)

Parameters

message string

Describes the error encountered.

IndexNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of IndexNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

IndexNotFoundException(string, Exception)

Construct instance of IndexNotFoundException

public IndexNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

IndexNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of IndexNotFoundException

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