Amazon.AutoScaling.Model.ScalingActivityInProgressException.ScalingActivityInProgressException C# (CSharp) Метод

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

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

Same methods

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