Table of Contents

Class TableInUseException

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

A target table with the specified name is either being created or deleted.

public class TableInUseException : AmazonDynamoDBException
Inheritance
TableInUseException

Constructors

TableInUseException(Exception)

Construct instance of TableInUseException

public TableInUseException(Exception innerException)

Parameters

innerException Exception

TableInUseException(string)

Constructs a new TableInUseException with the specified error message.

public TableInUseException(string message)

Parameters

message string

Describes the error encountered.

TableInUseException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of TableInUseException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

TableInUseException(string, Exception)

Construct instance of TableInUseException

public TableInUseException(string message, Exception innerException)

Parameters

message string
innerException Exception

TableInUseException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of TableInUseException

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