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
virtual
string System.Exception.Message
get
inherited
Definition at line
78
of file
Exception.cs
.
79
{
80
get
81
{
82
string
message = this.
_message
;
83
if
(message !=
null
)
84
{
85
return
message;
86
}
87
if
(this.
_className
==
null
)
88
{
89
string
className = this.
GetClassName
();
90
this._className
= className;
91
}
92
string
className2
= this.
_className
;
93
if
(className2 ==
null
||
className2
!=
null
)
94
{
95
string
text
;
96
return
text
;
97
}
98
throw
new
ArrayTypeMismatchException
();
99
}
100
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
System.Exception._className
string _className
Definition
Exception.cs:409
System.Exception._message
string _message
Definition
Exception.cs:412
System.Exception.GetClassName
string GetClassName()
Definition
Exception.cs:134
System.ExceptionArgument.text
@ text
UnityEngine
UnityException
Generated by
1.10.0