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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode