Amazon.CodePipeline.Model.StageNotRetryableException.StageNotRetryableException C# (CSharp) Method

StageNotRetryableException() public method

Constructs a new StageNotRetryableException with the specified error message.
public StageNotRetryableException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public StageNotRetryableException(string message) 
            : base(message) {}
          

Same methods

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