Click or drag to resize

ScriptEngineGetStackTrace Method

Gets a string representation of the script call stack.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public abstract string GetStackTrace()

Return Value

String
The script call stack formatted as a string.

Implements

IScriptEngineGetStackTrace
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