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

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

Constructs a new ScalingActivityInProgressException with the specified error message.
public ScalingActivityInProgressException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ScalingActivityInProgressException(string message) 
            : base(message) {}
          

Same methods

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