Exec.HandleTaskExecutionErrors Method

Definition

Allows tool to handle the return code. This method will only be called with non-zero exitCode set to true.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 override bool HandleTaskExecutionErrors();
protected override bool HandleTaskExecutionErrors ();
override this.HandleTaskExecutionErrors : unit -> bool
Protected Overrides Function HandleTaskExecutionErrors () As Boolean

Returns

true if exit code was ignored; otherwise, false.

Remarks

Overridden to make sure we display the command we put in the batch file, not the cmd.exe command used to run the batch file.

Applies to