Table of Contents

Class TagLimitExceededException

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

Can't add more than 50 tags to a topic.

public class TagLimitExceededException : AmazonSimpleNotificationServiceException
Inheritance
TagLimitExceededException

Constructors

TagLimitExceededException(Exception)

Construct instance of TagLimitExceededException

public TagLimitExceededException(Exception innerException)

Parameters

innerException Exception

TagLimitExceededException(string)

Constructs a new TagLimitExceededException with the specified error message.

public TagLimitExceededException(string message)

Parameters

message string

Describes the error encountered.

TagLimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of TagLimitExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

TagLimitExceededException(string, Exception)

Construct instance of TagLimitExceededException

public TagLimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

TagLimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of TagLimitExceededException

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