terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
SocketException () | |
SocketException (int errorCode) | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
override string | ToString () |
Protected Member Functions | |
SocketException (SerializationInfo serializationInfo, StreamingContext streamingContext) | |
Package Functions | |
SocketException (int error, string message) | |
SocketException (SocketError socketError) | |
Static Package Functions | |
static string | GetErrorMessage (int error) |
Properties | |
override int | ErrorCode [get, set] |
override string | Message [get, set] |
SocketError | SocketErrorCode [get, set] |
int | NativeErrorCode [get, set] |
Private Member Functions | |
static int | WSAGetLastError_icall () |
Private Attributes | |
EndPoint | m_EndPoint |
readonly int | nativeErrorCode |
Definition at line 13 of file SocketException.cs.