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