Table of Contents

Class ScriptErrorEventArgs

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.Common.v9.dll

Provides data for the IScriptHost.ScriptError and IScriptRun.ScriptError events.

public class ScriptErrorEventArgs : EventArgs
Inheritance
ScriptErrorEventArgs

Constructors

ScriptErrorEventArgs(ScriptCompilationDiagnostic[])

Initializes a new instance of the ScriptErrorArgs class with specified parameter.

ScriptErrorEventArgs(string)

Initializes a new instance of the ScriptErrorArgs class with specified parameter.

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.