I have the following code:
try
{
((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
}
catch
{
}
And I have the Exception dialog configured to not stop on anything handled:
Anyway VS stops on the following exception and execution cannot continue. Any ideas?