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

JobNotFoundException() public méthode

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

Same methods

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