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

PipelineNotFoundException() public method

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

Same methods

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