Amazon.Route53.Model.ThrottlingException.ThrottlingException C# (CSharp) Метод

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

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

Same methods

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