PlayerErrorStack Property |
Version 104.4.240
A trace of where this error was caused / where it passed through.
Namespace:
CefSharp.DevTools.Media
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.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