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

PipelineVersionNotFoundException() public method

Constructs a new PipelineVersionNotFoundException with the specified error message.
public PipelineVersionNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public PipelineVersionNotFoundException(string message) 
            : base(message) {}
          

Same methods

PipelineVersionNotFoundException::PipelineVersionNotFoundException ( Exception innerException ) : System
PipelineVersionNotFoundException::PipelineVersionNotFoundException ( System info, System context ) : 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