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
innerExceptionException
AmazonSimpleNotificationServiceException(string)
Construct instance of AmazonSimpleNotificationServiceException
public AmazonSimpleNotificationServiceException(string message)
Parameters
messagestring
AmazonSimpleNotificationServiceException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonSimpleNotificationServiceException
public AmazonSimpleNotificationServiceException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode