Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AggregateException()
[6/11]
System.AggregateException.AggregateException
(
string
?
message
,
IEnumerable
<
Exception
>
innerExceptions
)
inline
Definition at line
80
of file
AggregateException.cs
.
81
:
this
(message, (
innerExceptions
==
null
) ?
null
:
new
List
<
Exception
>(
innerExceptions
).ToArray(),
cloneExceptions
:
false
)
82
{
83
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.List
Definition
List.cs:12
System.Exception.Exception
Exception()
Definition
Exception.cs:308
System
AggregateException
Generated by
1.10.0