XamlDataDrivenToolTask.HandleTaskExecutionErrors Method

Definition

Allows tool to handle the return code. This method will only be called with non-zero exitCode. If the non zero code is an acceptable one then we return true

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

Returns

The return value of this method will be used as the task return value

Applies to