Created
May 27, 2013 03:10
-
-
Save azenla/5655004 to your computer and use it in GitHub Desktop.
Dummy Client StackTrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user@ChrUbuntu:~/Downloads$ mono DummyClient_R2.exe | |
| Unhandled Exception: | |
| System.Net.Sockets.SocketException: Connection refused | |
| at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in <filename unknown>:0 | |
| at System.Net.Sockets.TcpClient.Connect (System.Net.IPEndPoint remoteEP) [0x00000] in <filename unknown>:0 | |
| at System.Net.Sockets.TcpClient.Connect (System.Net.IPAddress[] ipAddresses, Int32 port) [0x00000] in <filename unknown>:0 | |
| [ERROR] FATAL UNHANDLED EXCEPTION: System.Net.Sockets.SocketException: Connection refused | |
| at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in <filename unknown>:0 | |
| at System.Net.Sockets.TcpClient.Connect (System.Net.IPEndPoint remoteEP) [0x00000] in <filename unknown>:0 | |
| at System.Net.Sockets.TcpClient.Connect (System.Net.IPAddress[] ipAddresses, Int32 port) [0x00000] in <filename unknown>:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment