Click or drag to resize

ScriptWarningEventArgs(DocumentItem, String, Exception) Constructor

Creates new event data for a warning with an assocaited exception.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ScriptWarningEventArgs(
	DocumentItem document,
	string message,
	Exception ex
)

Parameters

document  DocumentItem
The document the warning pertains to.
message  String
The logged warning.
ex  Exception
The related exception error.
See Also