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

StageNotRetryableException() public method

Construct instance of StageNotRetryableException
public StageNotRetryableException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public StageNotRetryableException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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