Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
Maybe you can catch it with GlobalCEFApp.OnUncaughtException but that event is executed in the render process and you also have to set GlobalCEFApp.UncaughtExceptionStackSize to any value bigger than zero to enable that event.
///
// Called for global uncaught exceptions in a frame. Execution of this
// callback is disabled by default. To enable set
// CefSettings.uncaught_exception_stack_size > 0.
///