ScriptEngineException.ScriptException Property |
Gets the script exception that caused the current exception to be thrown, or null if one was not specified.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntaxpublic Object ScriptException { get; }
Public ReadOnly Property ScriptException As Object
Get
public:
virtual property Object^ ScriptException {
Object^ get () sealed;
}
abstract ScriptException : Object with get
override ScriptException : Object with get
Property Value
ObjectImplements
IScriptEngineException.ScriptException
See Also