10 references to WebException
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);