7 references to WebException
PresentationCore (5)
System\IO\Packaging\PackWebRequest.cs (3)
133
throw new
WebException
(SR.ResourceNotFoundUnderCacheOnlyPolicy);
143
throw new
WebException
(SR.PackWebRequestCachePolicyIllegal);
209
throw new
WebException
(SR.PackWebRequestCachePolicyIllegal);
System\IO\Packaging\PackWebResponse.cs (2)
233
throw new
WebException
(SR.WebResponsePartNotFound);
847
throw new
WebException
(SR.WebResponseFailure);
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
489
throw new
WebException
(SR.net_webclient_Multipart);
597
throw new
WebException
(SR.net_webclient_ContentType);