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

◆ ThrowArgumentOutOfRange()

static void System.Security.Cryptography.ThrowHelper.ThrowArgumentOutOfRange ( ExceptionArgument argument)
inlinestatic

Definition at line 44 of file ThrowHelper.cs.

45 {
46 throw new ArgumentOutOfRangeException(argument.ToString(), System.SR.ArgumentOutOfRange_NeedNonNegNum);
47 }
static string ArgumentOutOfRange_NeedNonNegNum
Definition SR.cs:32
Definition SR.cs:7

References System.SR.ArgumentOutOfRange_NeedNonNegNum.

Referenced by System.Security.Cryptography.ToBase64Transform.TransformBlock(), and System.Security.Cryptography.ThrowHelper.ValidateTransformBlock().