9 references to StreamCopyExceptionNeedsWrapping
System.Net.Http (9)
System\Net\Http\HttpClient.cs (2)
209
catch (Exception e) when (HttpContent.
StreamCopyExceptionNeedsWrapping
(e))
292
catch (Exception e) when (HttpContent.
StreamCopyExceptionNeedsWrapping
(e))
System\Net\Http\HttpContent.cs (7)
367
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
390
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
401
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
456
if (
StreamCopyExceptionNeedsWrapping
(e))
527
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
738
return
StreamCopyExceptionNeedsWrapping
(originalException) ?
745
Debug.Assert(
StreamCopyExceptionNeedsWrapping
(e));