Click or drag to resize

StackTraceParent Property

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

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

Property Value

Type: StackTrace
See Also