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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.Sockets.SocketException.m_EndPoint
EndPoint m_EndPoint
Definition
SocketException.cs:104
System.ExceptionArgument.text
@ text
System
Net
Sockets
SocketException
Generated by
1.10.0