[This is preliminary documentation and is subject to change.]
Called on the browser process UI thread when a plugin has crashed.
|plugin_path| is the path of the plugin that crashed.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- browser
- Type: Xilium.CefGlue CefBrowser
[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefRequestHandler.OnPluginCrashed(Xilium.CefGlue.CefBrowser,System.String)"]
- pluginPath
- Type: System String
[Missing <param name="pluginPath"/> documentation for "M:Xilium.CefGlue.CefRequestHandler.OnPluginCrashed(Xilium.CefGlue.CefBrowser,System.String)"]
See Also