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

StageNotRetryableException() public method

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

Same methods

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