Amazon.CodePipeline.Model.PipelineExecutionNotFoundException.PipelineExecutionNotFoundException C# (CSharp) Méthode

PipelineExecutionNotFoundException() public méthode

Construct instance of PipelineExecutionNotFoundException
public PipelineExecutionNotFoundException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public PipelineExecutionNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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