Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ThrowArgumentOutOfRangeException()
[2/5]
static
void
System.ThrowHelper.ThrowArgumentOutOfRangeException
(
ExceptionArgument
argument
)
inline
static
package
Definition at line
205
of file
ThrowHelper.cs
.
206
{
207
throw
new
ArgumentOutOfRangeException(
GetArgumentName
(
argument
));
208
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ThrowHelper.GetArgumentName
static string GetArgumentName(ExceptionArgument argument)
Definition
ThrowHelper.cs:514
References
System.ThrowHelper.GetArgumentName()
.
System
ThrowHelper
Generated by
1.10.0