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

◆ SetMessageSendPendingException()

static void System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.SetMessageSendPendingException ( Exception? exception)
inlinestatic

Definition at line 35 of file ObjectiveCMarshal.cs.

36 {
37 throw new PlatformNotSupportedException();
38 }