AWS SDK for .NET Documentation
AmazonSimpleNotificationServiceException Constructor (message, statusCode, innerException)
AmazonAmazon.SimpleNotificationServiceAmazonSimpleNotificationServiceExceptionAmazonSimpleNotificationServiceException(String, HttpStatusCode, Exception) Did this page help you?   Yes   No    Tell us about it...
Initializes a new AmazonSimpleNotificationServiceException with a specified error message and HTTP status code
Declaration Syntax
C#
public AmazonSimpleNotificationServiceException(
	string message,
	HttpStatusCode statusCode,
	Exception innerException
)
Parameters
message (String)
A message that describes the error
statusCode (HttpStatusCode)
HTTP status code for error response
innerException (Exception)
The nested exception that caused the AmazonSimpleNotificationServiceException

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)