7 references to net_io_readfailure
System.Net.Sockets (7)
System\Net\Sockets\NetworkStream.cs (6)
244throw WrapException(SR.net_io_readfailure, exception); 269throw WrapException(SR.net_io_readfailure, exception); 456throw WrapException(SR.net_io_readfailure, exception); 481throw WrapException(SR.net_io_readfailure, exception); 582throw WrapException(SR.net_io_readfailure, exception); 605throw WrapException(SR.net_io_readfailure, exception);
System\Net\Sockets\Socket.Tasks.cs (1)
1374new IOException(SR.Format(_isReadForCaching ? SR.net_io_readfailure : SR.net_io_writefailure, e.Message), e) :