5 instantiations of PingException
System.Net.Ping (5)
System\Net\NetworkInformation\Ping.cs (3)
411throw new PingException(SR.net_ping, e); 696throw new PingException(SR.net_ping, e); 729throw new PingException(SR.net_ping, e);
System\Net\NetworkInformation\Ping.PingUtility.cs (2)
69throw new PingException(SR.net_ping); 104throw new PingException(SR.net_ping, e);
12 references to PingException
netstandard (1)
netstandard.cs (1)
1222[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
714[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingException))]
System.Net.Ping (10)
System\Net\NetworkInformation\Ping.cs (10)
185/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 210/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 230/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 254/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 285/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 315/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 349/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 394/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 445/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception> 477/// <exception cref="PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>