BuildProcessReportWarning Method

This is used to report a warning that may need attention

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public 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

See Also