Click or drag to resize

StackTraceParent Property

Version 93.1.111
Asynchronous JavaScript stack trace that preceded this stack, if available.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
public StackTrace Parent { get; set; }

Property Value

Type: StackTrace
See Also