36 references to WebException
PresentationCore (1)
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (1)
95
throw new
WebException
(requestUri.ToString(), WebExceptionStatus.RequestCanceled);
System (35)
net\System\Net\_ChunkParser.cs (2)
408
throw new
WebException
(NetRes.GetWebStatusString("net_requestaborted",
525
throw new
WebException
(NetRes.GetWebStatusString("net_requestaborted",
net\System\Net\_Connection.cs (2)
3020
theException = new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.SecureChannelFailure),
3026
theException = new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.Timeout),
net\System\Net\_ConnectStream.cs (11)
909
throw new
WebException
(
916
throw new
WebException
(
1019
throw new
WebException
(
1122
throw new
WebException
(
1330
throw new
WebException
(
1391
throw new
WebException
(
1398
throw new
WebException
(
1660
throw new
WebException
(
1667
throw new
WebException
(
1795
m_ErrorException = new
WebException
(
2701
new
WebException
(
net\System\Net\_FtpDataStream.cs (1)
102
throw new
WebException
(
net\System\Net\Cache\RequestCacheValidator.cs (1)
187
throw new
WebException
(NetRes.GetWebStatusString("net_requestaborted", webStatus), webStatus);
net\System\Net\connectionpool.cs (2)
513
throw new
WebException
(NetRes.GetWebStatusString("net_timeout", WebExceptionStatus.ConnectFailure), WebExceptionStatus.Timeout);
582
m_ResError = new
WebException
(
net\System\Net\filewebrequest.cs (4)
381
Exception e = new
WebException
(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout);
410
Exception e = new
WebException
(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout);
523
WebException webException = new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.RequestCanceled), WebExceptionStatus.RequestCanceled);
670
throw new
WebException
(
net\System\Net\FtpWebRequest.cs (5)
591
throw new
WebException
(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout);
911
throw new
WebException
(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout);
1098
throw new
WebException
(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout);
1200
throw new
WebException
(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout);
1703
m_Exception = new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.RequestCanceled),
net\System\Net\HttpWebRequest.cs (2)
3152
webException = new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.RequestCanceled), WebExceptionStatus.RequestCanceled);
3264
((HttpWebRequest) context).Abort(new
WebException
(NetRes.GetWebStatusString(WebExceptionStatus.Timeout), WebExceptionStatus.Timeout), AbortState.Public);
net\System\Net\Internal.cs (3)
987
return new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.RequestCanceled), WebExceptionStatus.RequestCanceled);
993
return new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.CacheEntryNotFound), WebExceptionStatus.CacheEntryNotFound);
999
return new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.RequestProhibitedByCachePolicy), WebExceptionStatus.RequestProhibitedByCachePolicy);
net\System\Net\NetWebProxyFinder.cs (1)
231
throw new
WebException
(NetRes.GetWebStatusString("net_requestaborted",
net\System\Net\ServicePointManager.cs (1)
713
Exception exception = new
WebException
(NetRes.GetWebStatusString(WebExceptionStatus.RequestCanceled), WebExceptionStatus.RequestCanceled);