Click or drag to resize

ScriptWarningEventArgs Constructor (DocumentItem, String, Exception)

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: 7.6.1.3-5cb5c356
Syntax
C#
public ScriptWarningEventArgs(
	DocumentItem document,
	string message,
	Exception ex
)

Parameters

document
Type: Compiled.EDD.ScriptingDocumentItem
The document the warning pertains to.
message
Type: SystemString
The logged warning.
ex
Type: SystemException
The related exception error.
See Also