PlayerErrorCause Property |
Version 130.1.90
Errors potentially have a root cause error, ie, a DecoderError might be
caused by an WindowsError
Namespace: CefSharp.DevTools.MediaAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<PlayerError> Cause { get; set; }
public:
property IList<PlayerError^>^ Cause {
IList<PlayerError^>^ get ();
void set (IList<PlayerError^>^ value);
}
Property Value
IListPlayerErrorSee Also