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