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

StageNotFoundException() public method

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

Same methods

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