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

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

Construct instance of DependentServiceRequestThrottlingException
public DependentServiceRequestThrottlingException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public DependentServiceRequestThrottlingException(Exception innerException) 
            : base(innerException) {}
            

Same methods

DependentServiceRequestThrottlingException::DependentServiceRequestThrottlingException ( System info, System context ) : System
DependentServiceRequestThrottlingException::DependentServiceRequestThrottlingException ( string message ) : 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