Click or drag to resize

IScriptContextAddWarning Method (String)

Adds the warning message to the event log.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
void AddWarning(
	string message
)

Parameters

message
Type: SystemString
The warning message to log.
See Also