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