Hello everyone,
I am using Ping.Send on my workflow but I am getting this error:
System.Net.NetworkInformation.PingException: An exception occurred during a Ping request. —> System.Net.Sockets.SocketException: No such host is known
at System.Net.Dns.GetAddrInfo(String name)
I am not familiar with network. I tried to ping the ip on cmd but it works fine. So I am thinking to just handle or catch this error. Is there any way I can do that?