Amazon.Lambda.Model.EC2ThrottledException.EC2ThrottledException C# (CSharp) Метод

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

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

Same methods

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