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