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
◆
AggregateException()
[6/10]
System.AggregateException.AggregateException
(
string
message
,
IList
<
Exception
>
innerExceptions
)
inline
private
Definition at line
53
of file
AggregateException.cs
.
54
{
55
if
(
innerExceptions
!=
null
)
56
{
57
return
;
58
}
59
throw
new
ArrayTypeMismatchException
();
60
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
References
j__TPar
.
System
AggregateException
Generated by
1.10.0