Table of Contents

Class InternalServerErrorException

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

An error occurred on the server side.

public class InternalServerErrorException : AmazonDynamoDBException
Inheritance
InternalServerErrorException

Constructors

InternalServerErrorException(Exception)

Construct instance of InternalServerErrorException

public InternalServerErrorException(Exception innerException)

Parameters

innerException Exception

InternalServerErrorException(string)

Constructs a new InternalServerErrorException with the specified error message.

public InternalServerErrorException(string message)

Parameters

message string

Describes the error encountered.

InternalServerErrorException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InternalServerErrorException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InternalServerErrorException(string, Exception)

Construct instance of InternalServerErrorException

public InternalServerErrorException(string message, Exception innerException)

Parameters

message string
innerException Exception

InternalServerErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InternalServerErrorException

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