BuildProcessReportError Method

This is used to report an error that will abort the build

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public void ReportError(
	BuildStep step,
	string errorCode,
	string message,
	params Object[] args
)

Parameters

step  BuildStep
The current build step
errorCode  String
The error code
message  String
The message to report
args  Object
A list of arguments to format into the message text

Remarks

This just reports the error. The caller must abort the build

See Also