Click or drag to resize

V8ScriptEngineGetStackTrace Method

Gets a string representation of the script call stack.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.3
Syntax
public override string GetStackTrace()

Return Value

Type: String
The script call stack formatted as a string.
Remarks
This method returns an empty string if the script engine is not executing script code. The stack trace text format is defined by the script engine.
See Also