Amazon.SimpleNotificationService.Model.ThrottledException.ThrottledException C# (CSharp) Метод

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

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

Same methods

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