catch (WebException e) { var statusCode = ((HttpWebResponse)e.Response).StatusCode; //Use status code and exception for reporting and handling. }.
確定! 回上一頁