| Build2xHelpFileHandleTaskExecutionErrors Method |
This is overridden to invert the result of the HXCOMP exit code
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax protected override bool HandleTaskExecutionErrors()
Protected Overrides Function HandleTaskExecutionErrors As Boolean
protected:
virtual bool HandleTaskExecutionErrors() override
abstract HandleTaskExecutionErrors : unit -> bool
override HandleTaskExecutionErrors : unit -> bool
Return Value
Type:
BooleanTrue on success, false on failure. HXCOMP returns 0 on success, 1 if warnings were issued
(which is okay), and another non-zero value for failures. We ignore the warning return code and
treat it as successful.
See Also