System.Net.NetworkInformation.PingException
namespace System.Net.NetworkInformation
{
public class PingException : InvalidOperationException
{
protected PingException(SerializationInfo serializationInfo, StreamingContext streamingContext);
public PingException(string message);
public PingException(string message, Exception innerException);
}
}