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

◆ HttpRequestException() [5/5]

System.Net.Http.HttpRequestException.HttpRequestException ( string message,
Exception inner,
RequestRetryType allowRetry )
inlinepackage

Definition at line 34 of file HttpRequestException.cs.

35 : this(message, inner)
36 {
37 AllowRetry = allowRetry;
38 }

References System.Net.Http.HttpRequestException.AllowRetry.