Amazon.DirectoryService.Model.TagLimitExceededException.TagLimitExceededException C# (CSharp) Method

TagLimitExceededException() public method

Constructs a new TagLimitExceededException with the specified error message.
public TagLimitExceededException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public TagLimitExceededException(string message) 
            : base(message) {}
          

Same methods

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