In visual Studio, I have unchecked all the Exceptions in "Exception Settings"
"Enable Just My Code" is checked in Debugging General Options
Still some Exceptions get thrown
EXCEPTION DETAILS
There is an option "Break when this exception type is user-unhandeled" and it is "checked"
The Exception was originally thrown at the call stack
[External Code]
I don't want the debugging to stop even though the exceptions come (for the time being), so I unchecked the box of "Break when this exception type is user-unhandeled". But after some hours some other user unhandeled exceptions comes. Are there some settings which can be changed so that the exceptions dont need to be unchecked manually.
What settings are being missed that the "Break when this exception type is user-unhandeled" is "checked".