Click or drag to resize

PlayerErrorStack Property

Version 108.4.130
A trace of where this error was caused / where it passed through.

Namespace:  CefSharp.DevTools.Media
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public IList<PlayerErrorSourceLocation> Stack { get; set; }

Property Value

Type: IListPlayerErrorSourceLocation
See Also