terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ErrorCode

override int System.Net.Sockets.SocketException.ErrorCode
get

Definition at line 48 of file SocketException.cs.

49 {
50 get
51 {
52 return this.nativeErrorCode;
53 }
54 }