Amazon.CodePipeline.Model.PipelineExecutionNotFoundException.PipelineExecutionNotFoundException C# (CSharp) 메소드

PipelineExecutionNotFoundException() 공개 메소드

Construct instance of PipelineExecutionNotFoundException
public PipelineExecutionNotFoundException ( Exception innerException ) : System
innerException System.Exception
리턴 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