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

◆ GetAddingDuplicateWithKeyArgumentException()

static ArgumentException System.ThrowHelper.GetAddingDuplicateWithKeyArgumentException ( object key)
inlinestaticprivate

Definition at line 151 of file ThrowHelper.cs.

152 {
153 return new ArgumentException(SR.Format(SR.Argument_AddingDuplicateWithKey, key));
154 }

References System.SR.Argument_AddingDuplicateWithKey, System.SR.Format(), and System.key.

Referenced by System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException< T >().