IScriptEngineExceptionScriptException 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.2.4
SyntaxObject ScriptException { get; }
ReadOnly Property ScriptException As Object
Get
property Object^ ScriptException {
Object^ get ();
}
abstract ScriptException : Object with get
Property Value
Type:
Object
See Also