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

StageNotFoundException() public method

Construct instance of StageNotFoundException
public StageNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System
        public StageNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

StageNotFoundException::StageNotFoundException ( System info, System context ) : System
StageNotFoundException::StageNotFoundException ( string message ) : 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