Amazon.CertificateManager.Model.TooManyTagsException.TooManyTagsException C# (CSharp) Метод

TooManyTagsException() публичный Метод

Constructs a new TooManyTagsException with the specified error message.
public TooManyTagsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат 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