IBuildProcess.ReportError Method
Definition
- Namespace
- Sandcastle.Core.BuildEngine
- Assembly
- Sandcastle.Core.dll
This is used to report an error that will abort the build
void ReportError(BuildStep step, string errorCode, string message, params object[] args)
Parameters
stepBuildStepThe current build step
errorCodestringThe error code
messagestringThe message to report
argsobject[]A list of arguments to format into the message text
Remarks
This just reports the error. The caller must abort the build