Amazon.Redshift.Model.DependentServiceRequestThrottlingException.DependentServiceRequestThrottlingException C# (CSharp) Метод

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

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

Same methods

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