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

◆ ThrowLockTakenException()

static void System.Threading.Monitor.ThrowLockTakenException ( )
inlinestaticprivate

Definition at line 25 of file Monitor.cs.

26 {
27 throw new ArgumentException(SR.Argument_MustBeFalse, "lockTaken");
28 }

References System.SR.Argument_MustBeFalse.

Referenced by System.Threading.Monitor.Enter(), System.Threading.Monitor.TryEnter(), and System.Threading.Monitor.TryEnter().