If you specifically want to catch error 404: using (var client = new WebClient()) { try { client.DownloadFile(url, destination); } catch ...
確定! 回上一頁