标签: c# .net xml
我已通过以下功能
using (XmlReader reader = XmlReader.Create(feedUri.AbsoluteUri))
但有时,当URL无效时(404),它会显示错误。如何在使用此功能读取URL之前验证URL?
答案 0 :(得分:1)
添加catch块并根据需要处理WebException。
catch
WebException