Click or drag to resize

ScriptInterruptedExceptionScriptException Property

Gets the script exception that caused the current exception to be thrown, or null if one was not specified.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntax
public Object ScriptException { get; }

Property Value

Type: Object

Implements

IScriptEngineExceptionScriptException
See Also