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

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

Construct instance of UpdateInProgressException
public UpdateInProgressException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public UpdateInProgressException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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