Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created November 21, 2016 11:21
Show Gist options
  • Save saurabh360/0ae7d62eeff087adfcaa8de01e6efcbe to your computer and use it in GitHub Desktop.
Save saurabh360/0ae7d62eeff087adfcaa8de01e6efcbe to your computer and use it in GitHub Desktop.
System.Net.Sockets.SocketException: Could not resolve host 'ipv6.google.com'
at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net/Dns.cs:308
at System.Net.Dns.hostent_to_IPHostEntry (System.String originalHostName, System.String h_name, System.String[] h_aliases, System.String[] h_addrlist) [0x00082] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net/Dns.cs:336
at System.Net.Dns.GetHostByName (System.String hostName) [0x0002f] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net/Dns.cs:441
at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00061] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net/Dns.cs:396
at TestConstd.MainClass.Main (System.String[] args) [0x00010] in /Users/saurabh/Projects/TestConstd/TestConstd/Program.cs:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment