Class AmazonSimpleNotificationServiceException
- Namespace
- Amazon.SimpleNotificationService
- Assembly
- AWSSDK.SimpleNotificationService.dll
Common exception for the SimpleNotificationService service.
public class AmazonSimpleNotificationServiceException : AmazonServiceException
- Inheritance
-
AmazonSimpleNotificationServiceException
- Derived
Constructors
AmazonSimpleNotificationServiceException(Exception)
Construct instance of AmazonSimpleNotificationServiceException
public AmazonSimpleNotificationServiceException(Exception innerException)
Parameters
innerException
Exception
AmazonSimpleNotificationServiceException(string)
Construct instance of AmazonSimpleNotificationServiceException
public AmazonSimpleNotificationServiceException(string message)
Parameters
message
string
AmazonSimpleNotificationServiceException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonSimpleNotificationServiceException
public AmazonSimpleNotificationServiceException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
AmazonSimpleNotificationServiceException(string, Exception)
Construct instance of AmazonSimpleNotificationServiceException
public AmazonSimpleNotificationServiceException(string message, Exception innerException)
Parameters
AmazonSimpleNotificationServiceException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonSimpleNotificationServiceException
public AmazonSimpleNotificationServiceException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode