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
◆
UnhandledException
UnhandledExceptionEventHandler
System.AppDomain.UnhandledException
add
remove
Definition at line
373
of file
AppDomain.cs
.
374
{
375
[
CompilerGenerated
]
376
add
377
{
378
if
(
Delegate
.
Combine
(
this
.UnhandledException,
value
) !=
null
)
379
{
380
}
381
}
382
[
CompilerGenerated
]
383
remove
384
{
385
if
(
Delegate
.
Remove
(
this
.UnhandledException,
value
) !=
null
)
386
{
387
}
388
}
389
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Delegate.Combine
static Delegate Combine(Delegate a, Delegate b)
Definition
Delegate.cs:255
System.Delegate.Remove
static Delegate Remove(Delegate source, Delegate value)
Definition
Delegate.cs:278
System.Delegate
Definition
Delegate.cs:14
System.ExceptionArgument.value
@ value
System
AppDomain
Generated by
1.10.0