Table of Contents

Class TopicLimitExceededException

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

Indicates that the customer already owns the maximum allowed number of topics.

public class TopicLimitExceededException : AmazonSimpleNotificationServiceException
Inheritance
TopicLimitExceededException

Constructors

TopicLimitExceededException(Exception)

Construct instance of TopicLimitExceededException

public TopicLimitExceededException(Exception innerException)

Parameters

innerException Exception

TopicLimitExceededException(string)

Constructs a new TopicLimitExceededException with the specified error message.

public TopicLimitExceededException(string message)

Parameters

message string

Describes the error encountered.

TopicLimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of TopicLimitExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

TopicLimitExceededException(string, Exception)

Construct instance of TopicLimitExceededException

public TopicLimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

TopicLimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of TopicLimitExceededException

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