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

◆ ThrowValueArgumentOutOfRange_NeedNonNegNumException()

static void System.ThrowHelper.ThrowValueArgumentOutOfRange_NeedNonNegNumException ( )
inlinestaticpackage

Definition at line 80 of file ThrowHelper.cs.

81 {
82 throw GetArgumentOutOfRangeException(ExceptionArgument.value, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
83 }
static ArgumentOutOfRangeException GetArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)

References System.ThrowHelper.GetArgumentOutOfRangeException().

Referenced by System.Index.Index(), System.Index.FromEnd(), System.Index.FromStart(), System.Int32.Log2(), System.Int64.Log2(), System.IntPtr.Log2(), System.SByte.Log2(), and System.Int16.Log2().