6 references to WebException
System (5)
net\System\Net\filewebrequest.cs (2)
442Exception ex = new WebException(e.Message, e); 479Exception ex = new WebException(e.Message, e);
net\System\Net\FtpWebRequest.cs (1)
1306m_Exception = new WebException(exception.Message, exception);
net\System\Net\HttpWebRequest.cs (1)
3905E = new WebException(E.Message, E);
net\System\Net\WebException.cs (1)
65public WebException(string message) : this(message, null) {
System.Web.Extensions (1)
ClientServices\Providers\ProxyHelper.cs (1)
95throw new WebException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ProxyHelper_BadStatusCode, response.StatusCode.ToString(), GetResponseString(response)), we);