ScriptInterruptedExceptionScriptExceptionAsObject 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.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public Object ScriptExceptionAsObject { get; }
Public ReadOnly Property ScriptExceptionAsObject As Object
Get
public:
virtual property Object^ ScriptExceptionAsObject {
Object^ get () sealed;
}
abstract ScriptExceptionAsObject : Object with get
override ScriptExceptionAsObject : Object with get
Property Value
ObjectImplements
IScriptEngineExceptionScriptExceptionAsObjectSee Also