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

PipelineVersionNotFoundException() public method

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

Same methods

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