Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ExtendedSocketException (int errorCode, EndPoint endPoint) | |
Properties | |
override string | Message [get] |
SocketError | SocketErrorCode [get] |
override int | ErrorCode [get] |
Static Private Member Functions | |
static int | GetNativeErrorForSocketError (SocketError error) |
Private Attributes | |
readonly EndPoint | _endPoint |
readonly SocketError | _errorCode |
Definition at line 7 of file SocketExceptionFactory.cs.