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
innerExceptionException
InternalServerErrorException(string)
Constructs a new InternalServerErrorException with the specified error message.
public InternalServerErrorException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode