Table of Contents

IBuildProcess.ReportWarning Method

Definition

Namespace
Sandcastle.Core.BuildEngine
Assembly
Sandcastle.Core.dll

This is used to report a warning that may need attention

void ReportWarning(string warningCode, string message, params object[] args)

Parameters

warningCode string

The warning code

message string

The message to report

args object[]

A list of arguments to format into the message text