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

PipelineExecutionNotFoundException() public méthode

Construct instance of PipelineExecutionNotFoundException
public PipelineExecutionNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Résultat System
        public PipelineExecutionNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

PipelineExecutionNotFoundException::PipelineExecutionNotFoundException ( Exception innerException ) : System
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