Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ThrowArgumentException()
[2/2]
static
void
System.ThrowHelper.ThrowArgumentException
(
ExceptionResource
resource
,
ExceptionArgument
argument
)
inline
static
package
Definition at line
175
of file
ThrowHelper.cs
.
176
{
177
throw
GetArgumentException
(
resource
,
argument
);
178
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ThrowHelper.GetArgumentException
static ArgumentException GetArgumentException(ExceptionResource resource)
Definition
ThrowHelper.cs:442
References
System.ThrowHelper.GetArgumentException()
.
System
ThrowHelper
Generated by
1.10.0