13 references to WebException
System.Net.Requests (3)
System\Net\FileWebRequest.cs (2)
152catch (Exception e) { throw new WebException(e.Message, e); } 212throw new WebException(e.Message, e);
System\Net\FtpWebRequest.cs (1)
1117_exception = new WebException(exception.Message, exception);
System.Net.WebClient (10)
System\Net\WebClient.cs (10)
312throw new WebException(SR.net_webclient, e); 342throw new WebException(SR.net_webclient, e); 377throw new WebException(SR.net_webclient, e); 415throw new WebException(SR.net_webclient, e); 467throw new WebException(SR.net_webclient, e); 582throw new WebException(SR.net_webclient, e); 647throw new WebException(SR.net_webclient, e); 863throw new WebException(SR.net_webclient, e); 1000throw new WebException(SR.net_webclient, e); 1527e is WebException || e is SecurityException ? e : new WebException(SR.net_webclient, e);