Ejemplo n.º 1
0
 protected internal unsafe override void OnUncaughtException(CefBrowser browser, CefFrame frame, CefV8Context context, CefV8Exception exception, CefV8StackTrace stackTrace)
 {
     _implementation.OnUncaughtException(browser, frame, context, exception, stackTrace);
 }