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
addremove

Definition at line 373 of file AppDomain.cs.

374 {
376 add
377 {
378 if (Delegate.Combine(this.UnhandledException, value) != null)
379 {
380 }
381 }
383 remove
384 {
385 if (Delegate.Remove(this.UnhandledException, value) != null)
386 {
387 }
388 }
389 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278