Class InternalErrorException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Indicates an internal service error.
public class InternalErrorException : AmazonSimpleNotificationServiceException
- Inheritance
-
InternalErrorException
Constructors
InternalErrorException(Exception)
Construct instance of InternalErrorException
public InternalErrorException(Exception innerException)
Parameters
innerExceptionException
InternalErrorException(string)
Constructs a new InternalErrorException with the specified error message.
public InternalErrorException(string message)
Parameters
messagestringDescribes the error encountered.
InternalErrorException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InternalErrorException
public InternalErrorException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
InternalErrorException(string, Exception)
Construct instance of InternalErrorException
public InternalErrorException(string message, Exception innerException)
Parameters
InternalErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InternalErrorException
public InternalErrorException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode