8 references to WebException
System (8)
net\System\Net\_Connection.cs (4)
3031
theException = new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.RequestCanceled),
3039
theException = new
WebException
(NetRes.GetWebStatusString("net_connclosed", m_Error),
3072
theException = new
WebException
(NetRes.GetWebStatusString("net_connclosed", m_Error),
3081
WebException pipelineException = new
WebException
(NetRes.GetWebStatusString("net_connclosed", WebExceptionStatus.PipelineFailure),
net\System\Net\_ConnectStream.cs (3)
686
WebException we = new
WebException
(NetRes.GetWebStatusString("net_connclosed", WebExceptionStatus.SendFailure),
2284
e = new
WebException
(
2291
e = new
WebException
(
net\System\Net\Internal.cs (1)
981
return new
WebException
(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.KeepAliveFailure),WebExceptionStatus.KeepAliveFailure, WebExceptionInternalStatus.Isolated, null);