12 references to SR
System.Net.Ping (12)
System\Net\NetworkInformation\Ping.cs (8)
52throw new ArgumentException(SR.net_invalidPingBufferSize, nameof(buffer)); 69throw new ArgumentException(SR.net_invalid_ip_addr, nameof(address)); 97throw new InvalidOperationException(SR.net_inasync); 411throw new PingException(SR.net_ping, e); 696throw new PingException(SR.net_ping, e); 729throw new PingException(SR.net_ping, e); 742throw new NotSupportedException(SR.net_ipv4_not_installed); 746throw new NotSupportedException(SR.net_ipv6_not_installed);
System\Net\NetworkInformation\Ping.PingUtility.cs (4)
24throw new PlatformNotSupportedException(SR.net_ping_utility_not_found); 32throw new PlatformNotSupportedException(SR.net_ping_utility_custom_payload); 69throw new PingException(SR.net_ping); 104throw new PingException(SR.net_ping, e);