ScriptErrorEventArgs Class
Definition
Namespace: Alternet.Scripter
Assembly: Alternet.Scripter.Common.v9.dll
Provides data for the IScriptHost.ScriptError
and IScriptRun.ScriptError
events.
Syntax
public class ScriptErrorEventArgs : EventArgs
Constructors
ScriptErrorEventArgs(ScriptCompilationDiagnostic[]) | Initializes a new instance of the |
ScriptErrorEventArgs(String) | Initializes a new instance of the |
Properties
ErrorMessage | Gets a message that describes the current error. |
Errors | Represents errors collection. |
Handled | Gets or sets a value indicating whether the error event was handled. |