Table of Contents

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

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