Table of Contents

Class ThrottledException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.

public class ThrottledException : AmazonSimpleNotificationServiceException
Inheritance
ThrottledException

Constructors

ThrottledException(Exception)

Construct instance of ThrottledException

public ThrottledException(Exception innerException)

Parameters

innerException Exception

ThrottledException(string)

Constructs a new ThrottledException with the specified error message.

public ThrottledException(string message)

Parameters

message string

Describes the error encountered.

ThrottledException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ThrottledException

public ThrottledException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ThrottledException(string, Exception)

Construct instance of ThrottledException

public ThrottledException(string message, Exception innerException)

Parameters

message string
innerException Exception

ThrottledException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ThrottledException

public ThrottledException(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