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

InvalidJobStateException() public method

Construct instance of InvalidJobStateException
public InvalidJobStateException ( Exception innerException ) : System
innerException System.Exception
return System
        public InvalidJobStateException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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