Amazon.ElasticLoadBalancing.Model.DependencyThrottleException.DependencyThrottleException C# (CSharp) Method

DependencyThrottleException() public method

Construct instance of DependencyThrottleException
public DependencyThrottleException ( Exception innerException ) : System
innerException System.Exception
return System
        public DependencyThrottleException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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