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

◆ FirstChanceException

EventHandler<FirstChanceExceptionEventArgs>? System.AppDomain.FirstChanceException
addremove

Definition at line 116 of file AppDomain.cs.

117 {
118 add
119 {
120 AppContext.FirstChanceException += value;
121 }
122 remove
123 {
124 AppContext.FirstChanceException -= value;
125 }
126 }