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

◆ CheckCode()

static void System.Net.Http.Headers.WarningHeaderValue.CheckCode ( int code)
inlinestaticprivate

Definition at line 233 of file WarningHeaderValue.cs.

234 {
235 if (code < 0 || code > 999)
236 {
237 throw new ArgumentOutOfRangeException("code");
238 }
239 }

Referenced by System.Net.Http.Headers.WarningHeaderValue.WarningHeaderValue(), and System.Net.Http.Headers.WarningHeaderValue.WarningHeaderValue().