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