Table of Contents

Class ExportNotFoundException

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

The specified export was not found.

public class ExportNotFoundException : AmazonDynamoDBException
Inheritance
ExportNotFoundException

Constructors

ExportNotFoundException(Exception)

Construct instance of ExportNotFoundException

public ExportNotFoundException(Exception innerException)

Parameters

innerException Exception

ExportNotFoundException(string)

Constructs a new ExportNotFoundException with the specified error message.

public ExportNotFoundException(string message)

Parameters

message string

Describes the error encountered.

ExportNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ExportNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ExportNotFoundException(string, Exception)

Construct instance of ExportNotFoundException

public ExportNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

ExportNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ExportNotFoundException

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