Click or drag to resize

StackTraceParent Property

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

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

Property Value

Type: StackTrace
See Also