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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InternalServerErrorException(string, Exception)
Construct instance of InternalServerErrorException
public InternalServerErrorException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode