PlayerErrorStack Property |
Version 118.6.80
A trace of where this error was caused / where it passed through.
Namespace:
CefSharp.DevTools.Media
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<PlayerErrorSourceLocation> Stack { get; set; }
public:
property IList<PlayerErrorSourceLocation^>^ Stack {
IList<PlayerErrorSourceLocation^>^ get ();
void set (IList<PlayerErrorSourceLocation^>^ value);
}
Property Value
Type:
IListPlayerErrorSourceLocationSee Also