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

◆ Message

override string System.Net.Sockets.SocketException.Message
get

Definition at line 58 of file SocketException.cs.

59 {
60 get
61 {
62 EndPoint endPoint = this.m_EndPoint;
63 string message = base.Message;
64 if (endPoint != null)
65 {
66 EndPoint endPoint2 = this.m_EndPoint;
67 string text;
68 return text;
69 }
70 return message;
71 }
72 }
class f__AnonymousType0<< Count > j__TPar