Click or drag to resize

ScriptEngineException.ScriptExceptionAsObject Property

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

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

Property Value

Object

Implements

IScriptEngineException.ScriptExceptionAsObject
See Also