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

◆ ArgumentOutOfRange() [1/2]

static ArgumentOutOfRangeException System.Data.Common.ADP.ArgumentOutOfRange ( string message,
string parameterName )
inlinestaticpackage

Definition at line 720 of file ADP.cs.

721 {
722 ArgumentOutOfRangeException ex = new ArgumentOutOfRangeException(parameterName, message);
724 return ex;
725 }
static void TraceExceptionAsReturnValue(Exception e)
Definition ADP.cs:668

References System.Data.Common.ADP.TraceExceptionAsReturnValue().