I have a <WebView>
control on a page in my application. The user can pretty much enter whatever URL they like and have it display in this WebView. This is by design.
The problem is, there are pages on the internet that throw JavaScript errors, and (for some reason) cause an unhandled exception to bubble up through the .NET application, as well.
My question is: Where do I catch JavaScript exceptions/errors when using a <WebView>
?