terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WebException() [9/10]

System.Net.WebException.WebException ( string message,
string data,
Exception innerException,
WebExceptionStatus status,
WebResponse response,
WebExceptionInternalStatus internalStatus )
inlinepackage

Definition at line 66 of file WebException.cs.

67 {
68 this.m_Status = WebExceptionStatus.UnknownError;
69 if (data != null)
70 {
71 string text = ": '" + data + "'";
72 return;
73 }
74 string text2 = message + "";
75 base..ctor(text2, innerException);
76 this.m_Status = status;
77 this.m_Response = response;
79 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.