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

◆ WebException() [5/6]

System.Net.WebException.WebException ( string? message,
Exception? innerException,
WebExceptionStatus status,
WebResponse? response )
inline

Definition at line 40 of file WebException.cs.

41 : base(message, innerException)
42 {
43 _status = status;
45 if (innerException != null)
46 {
48 }
49 }
readonly WebExceptionStatus _status
readonly WebResponse _response

References System.Net.WebException._response, System.Net.WebException._status, and System.Runtime.Serialization.Dictionary.