Amazon.DirectConnect.Model.TooManyTagsException.TooManyTagsException C# (CSharp) Method

TooManyTagsException() public method

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

Same methods

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