EDDiscovery / BaseUtilities

C# Base utilities set
1 stars 8 forks source link

Ignore WebBrowser COM exceptions #25

Closed klightspeed closed 4 years ago

klightspeed commented 4 years ago

It appears that the EDSM page ad trying to refresh might be causing an unhandled COM exception that we can't catch (no EDDiscovery methods are in the call stack) - see EDDiscovery/EDDiscovery#2862

Log the exception and don't show the unhandled UI exception window.

robbyxp1 commented 4 years ago

ta