[Mono-list] System.Net.Sockets.SocketException

Dick Porter dick@ximian.com
20 Mar 2003 09:47:36 +0000


On Wed, 2003-03-19 at 22:08, Timothy Parez wrote:
> But I get the following with the mono runtime:
>  
> Unhandled Exception:
> TPSoftware.Q3PlugsNet.Exceptions.ConnectionRefusedException
> : The connection was refused by the remote host: 195.130.132.155:27961
> Some sort of w32 error occurred --->
> System.Net.Sockets.SocketException: Some so
> rt of w32 error occurred

I've just committed a change to make this error report a bit more
useful, by telling us what the error number is.  It might make it easier
to see what's happening, and in any case it will tell us which error
needs to be added to the list.

- Dick