Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简单的代码:
WebBrowser1.Navigate('www.foo.com');
但当然有时浏览会失败,浏览器会显示错误消息。 当这种情况发生时,我该如何捕捉? 我想要这个,以便我可以制作某种自定义日志。
我假设出现问题时会调用 OnNavigateError 事件处理程序。