Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnhandledException

UnhandledExceptionEventHandler? System.AppDomain.UnhandledException
addremove

Definition at line 102 of file AppDomain.cs.

103 {
104 add
105 {
106 AppContext.UnhandledException += value;
107 }
108 remove
109 {
110 AppContext.UnhandledException -= value;
111 }
112 }