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() [7/10]

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

Definition at line 46 of file WebException.cs.

47 {
48 this.m_Status = WebExceptionStatus.UnknownError;
49 if (data != null)
50 {
51 string text = ": '" + data + "'";
52 return;
53 }
54 string text2 = message + "";
55 base..ctor(text2, innerException);
56 this.m_Status = status;
57 this.m_Response = response;
58 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.