2 references to net_reqaborted
System.Net.Requests (2)
System\Net\ExceptionHelper.cs (1)
10internal static WebException RequestAbortedException => new WebException(SR.net_reqaborted);
System\Net\HttpWebRequest.cs (1)
1586throw new WebException(SR.net_reqaborted, WebExceptionStatus.RequestCanceled);