Skip to content

Instantly share code, notes, and snippets.

@alanmcgovern
Created January 7, 2016 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanmcgovern/9109e29d7660b7acc5f2 to your computer and use it in GitHub Desktop.
Save alanmcgovern/9109e29d7660b7acc5f2 to your computer and use it in GitHub Desktop.
Unhandled Exception:
System.Net.WebException: Error: ConnectFailure (interrupted) ---> System.Net.Sockets.SocketException: interrupted
at System.Net.Sockets.SafeSocketHandle.RegisterForBlockingSyscall () [0x00073] in /private/tmp/source-mono-4.3.1/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net.Sockets/SafeSocketHandle.cs:98
at System.Net.Sockets.Socket.Connect_internal (System.Net.Sockets.SafeSocketHandle safeHandle, System.Net.SocketAddress sa, System.Int32& error) [0x00000] in /private/tmp/source-mono-4.3.1/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net.Sockets/Socket.cs:1582
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x0007f] in /private/tmp/source-mono-4.3.1/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net.Sockets/Socket.cs:1290
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0019b] in /private/tmp/source-mono-4.3.1/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net/WebConnection.cs:195
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult) [0x00043] in /private/tmp/source-mono-4.3.1/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net/HttpWebRequest.cs:881
at System.Net.HttpWebRequest.GetRequestStream () [0x00057] in /private/tmp/source-mono-4.3.1/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Net/HttpWebRequest.cs:899
at webrasher.MainClass.Client () [0x00020] in /Users/alan/Projects/webrasher/Program.cs:50
at webrasher.MainClass.Main (System.String[] args) [0x0001b] in /Users/alan/Projects/webrasher/Program.cs:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment