|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| SocketException (int errorCode) | |
| SocketException () | |
Protected Member Functions | |
| SocketException (SerializationInfo serializationInfo, StreamingContext streamingContext) | |
Package Functions | |
| SocketException (SocketError socketError) | |
Properties | |
| override string | Message [get] |
| SocketError | SocketErrorCode [get] |
| override int | ErrorCode [get] |
Static Private Member Functions | |
| static int | GetNativeErrorForSocketError (SocketError error) |
Private Attributes | |
| readonly SocketError | _errorCode |
Definition at line 10 of file SocketException.cs.