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

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

Construct instance of DependentServiceRequestThrottlingException
public DependentServiceRequestThrottlingException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public DependentServiceRequestThrottlingException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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