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

◆ ResetAbort()

static void System.Threading.Thread.ResetAbort ( )
inlinestatic

Definition at line 707 of file Thread.cs.

708 {
709 throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadAbort);
710 }

References System.SR.PlatformNotSupported_ThreadAbort.