ScriptWarningEventArgs(DocumentItem, String, Exception) Constructor |  |
Creates new event data for a warning with an assocaited exception.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic 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