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