ToolTask.HandleTaskExecutionErrors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows tool to handle the return code. This method will only be called with non-zero exitCode.
protected:
virtual bool HandleTaskExecutionErrors();
protected virtual bool HandleTaskExecutionErrors ();
abstract member HandleTaskExecutionErrors : unit -> bool
override this.HandleTaskExecutionErrors : unit -> bool
Protected Overridable Function HandleTaskExecutionErrors () As Boolean
Returns
The return value of this method will be used as the task return value
Remarks
This method is called only if the executable file returns a non-zero exit code.
The return value of this method is used as the return value of the task.