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
innerExceptionException
TagLimitExceededException(string)
Constructs a new TagLimitExceededException with the specified error message.
public TagLimitExceededException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
TagLimitExceededException(string, Exception)
Construct instance of TagLimitExceededException
public TagLimitExceededException(string message, Exception innerException)
Parameters
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode