Amazon.CognitoIdentity.Model.TooManyRequestsException.TooManyRequestsException C# (CSharp) Метод

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

Constructs a new TooManyRequestsException with the specified error message.
public TooManyRequestsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public TooManyRequestsException(string message) 
            : base(message) {}
          

Same methods

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