Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SerializationStackTraceString
string
? System.Exception.SerializationStackTraceString
get
private
inherited
Definition at line
160
of file
Exception.cs
.
161
{
162
get
163
{
164
string
text
=
_stackTraceString
;
165
if
(
text
==
null
&&
HasBeenThrown
)
166
{
167
text
=
GetStackTrace
();
168
}
169
return
text
;
170
}
171
}
System.Exception._stackTraceString
string _stackTraceString
Definition
Exception.cs:59
System.Exception.GetStackTrace
string GetStackTrace()
Definition
Exception.cs:452
System.Exception.HasBeenThrown
bool HasBeenThrown
Definition
Exception.cs:96
System.ExceptionArgument.text
@ text
Referenced by
System.Exception.GetObjectData()
.
Terraria
Graphics
Effects
MissingEffectException
Generated by
1.10.0