Amazon.ECS.Model.UpdateInProgressException.UpdateInProgressException C# (CSharp) Метод

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

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

Same methods

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