Click or drag to resize
Sandcastle Help File BuilderBuildProcessReportWarning Method
This is used to report a warning that may need attention

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void ReportWarning(
	string warningCode,
	string message,
	params Object[] args
)

Parameters

warningCode
Type: SystemString
The warning code
message
Type: SystemString
The message to report
args
Type: SystemObject
A list of arguments to format into the message text
See Also