I cannot seem to find a list of errorcodes that are generated by a SocketException in .NET
does anyone know them? I cannot find a list of errorcodes that could be produced by a SocketException and would like to know what they mean too!
Thanks :)
Printable View
I cannot seem to find a list of errorcodes that are generated by a SocketException in .NET
does anyone know them? I cannot find a list of errorcodes that could be produced by a SocketException and would like to know what they mean too!
Thanks :)
From the help topic on the SocketException class:http://msdn.microsoft.com/library/de...or_codes_2.aspQuote:
For more information about socket error codes, see the Windows Socket Version 2 API error code documentation in MSDN.
thanks for that mate :) was looking for that ;)
respect to you!!