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

◆ GetStatusFromException()

static WebExceptionStatus System.Net.WebException.GetStatusFromException ( HttpRequestException ex)
inlinestaticpackage

Definition at line 92 of file WebException.cs.

93 {
94 int hResult = ex.HResult;
95 if (hResult == -2147012889)
96 {
97 return WebExceptionStatus.NameResolutionFailure;
98 }
100 }
static WebExceptionStatus GetStatusFromExceptionHelper(HttpRequestException ex)

References System.Runtime.Serialization.Dictionary, and System.Net.WebException.GetStatusFromExceptionHelper().

Referenced by System.Net.WebException.CreateCompatibleException().