Table of Contents

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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

AmazonSimpleNotificationServiceException(string, Exception)

Construct instance of AmazonSimpleNotificationServiceException

public AmazonSimpleNotificationServiceException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode