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