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
innerException
Exception
InternalErrorException(string)
Constructs a new InternalErrorException with the specified error message.
public InternalErrorException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode