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