Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Message
override
string
System.Net.InternalException.Message
get
Definition at line
7
of file
InternalException.cs
.
8
{
9
get
10
{
11
if
(
_unexpectedValue
==
null
)
12
{
13
return
base.Message;
14
}
15
return
base.Message +
" "
+
_unexpectedValue
;
16
}
17
}
System.Net.InternalException._unexpectedValue
readonly object _unexpectedValue
Definition
InternalException.cs:5
System
Net
InternalException
Generated by
1.10.0