IBuildProcessReportError Method
This is used to report an error that will abort the build
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void ReportError(
BuildStep step,
string errorCode,
string message,
params Object[] args
)
Sub ReportError (
step As BuildStep,
errorCode As String,
message As String,
ParamArray args As Object()
)
void ReportError(
BuildStep step,
String^ errorCode,
String^ message,
... array<Object^>^ args
)
abstract ReportError :
step : BuildStep *
errorCode : string *
message : string *
args : Object[] -> unit
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
This just reports the error. The caller must abort the build