7 references to net_io_writefailure
System.Net.Sockets (7)
System\Net\Sockets\NetworkStream.cs (6)
316
throw WrapException(SR.
net_io_writefailure
, exception);
342
throw WrapException(SR.
net_io_writefailure
, exception);
523
throw WrapException(SR.
net_io_writefailure
, exception);
544
throw WrapException(SR.
net_io_writefailure
, exception);
642
throw WrapException(SR.
net_io_writefailure
, exception);
664
throw WrapException(SR.
net_io_writefailure
, exception);
System\Net\Sockets\Socket.Tasks.cs (1)
1374
new IOException(SR.Format(_isReadForCaching ? SR.net_io_readfailure : SR.
net_io_writefailure
, e.Message), e) :