IBuild ProcessReport Error Method
This is used to report an error that will abort the build
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
void ReportError(
BuildStep step,
string errorCode,
string message,
params Object[] args
)VB
Sub ReportError (
step As BuildStep,
errorCode As String,
message As String,
ParamArray args As Object()
)C++
void ReportError(
BuildStep step,
String^ errorCode,
String^ message,
... array<Object^>^ args
)F#
abstract ReportError :
step : BuildStep *
errorCode : string *
message : string *
args : Object[] -> unit Parameters
Remarks
This just reports the error. The caller must abort the build