Where can I find a list of SocketErrorCode and NativeErrorCode thrown by SocketException?

10,202

MSDN? SocketError; or from the native ErrorCode, the MSDN page states: "For more information about socket error codes, see the Windows Sockets version 2 API error code documentation in MSDN.".

A few searches shows this here.

Share:
10,202

Related videos on Youtube

jmistx
Author by

jmistx

Utterly Insane developer

Updated on April 17, 2022

Comments

  • jmistx
    jmistx about 2 years

    A SocketException has a SocketErrorCode and NativeErrorCode. I would like to find a list where these codes (or the common onces) are listed so I can respond in proper fasion.

    Does anybody know where to find such a list?