[Mono-bugs] [Bug 75106][Nor] New - bad exception message with
invalid ip address
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 31 13:45:23 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by james at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75106
--- shadow/75106 2005-05-31 13:45:23.000000000 -0400
+++ shadow/75106.tmp.6590 2005-05-31 13:45:23.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 75106
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: io-layer
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: james at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: bad exception message with invalid ip address
+
+If you pass an ip address which the current machine does not have to
+TcpListener, you get the following exception:
+
+System.Net.Sockets.SocketException: Some sort of w32 error occurred: 10049
+in <0x000cb> System.Net.Sockets.Socket:Bind (System.Net.EndPoint local_end)
+in <0x00022> System.Net.Sockets.TcpListener:Start ()
+in <0x0016c> Novell.Zenworks.Zmd.TcpWebServer:Run ()
+
+Ideally, that would be a more informative message :)
More information about the mono-bugs
mailing list