How to catch 404 WebException for WebClient.DownloadFileAsync. This code: try { _wcl.DownloadFile(url, currentFileName); } catch (WebException ex) { if (ex.
確定! 回上一頁