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

◆ ThrowInvalidOperationException_HandleIsNotPinned()

static void System.ThrowHelper.ThrowInvalidOperationException_HandleIsNotPinned ( )
inlinestaticpackage

Definition at line 384 of file ThrowHelper.cs.

385 {
386 throw new InvalidOperationException(SR.InvalidOperation_HandleIsNotPinned);
387 }

References System.SR.InvalidOperation_HandleIsNotPinned.

Referenced by System.Runtime.InteropServices.GCHandle.AddrOfPinnedObject().