Amazon.SimpleNotificationService.Model.TopicLimitExceededException.TopicLimitExceededException C# (CSharp) Method

TopicLimitExceededException() public method

Construct instance of TopicLimitExceededException
public TopicLimitExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public TopicLimitExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

TopicLimitExceededException::TopicLimitExceededException ( Exception innerException ) : System
TopicLimitExceededException::TopicLimitExceededException ( System info, System context ) : System
TopicLimitExceededException::TopicLimitExceededException ( string message ) : System
TopicLimitExceededException::TopicLimitExceededException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
TopicLimitExceededException::TopicLimitExceededException ( string message, Exception innerException ) : System
TopicLimitExceededException