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

◆ GetException()

Exception System.Net.WebConnectionStream.GetException ( Exception e)
inlineprotectedinherited

Definition at line 114 of file WebConnectionStream.cs.

115 {
116 if (!true)
117 {
118 }
119 Exception ex = HttpWebRequest.FlattenException(e);
120 if (ex != null)
121 {
122 }
123 bool aborted = this.<Operation>k__BackingField.Aborted;
124 WebException ex2 = HttpWebRequest.CreateRequestAbortedException();
125 if (ex != null)
126 {
127 }
128 return ex;
129 }
class f__AnonymousType0<< Count > j__TPar
readonly HttpWebRequest< Request > k__BackingField

References System.Net.HttpWebRequest.Aborted, System.Net.HttpWebRequest.CreateRequestAbortedException(), System.Net.HttpWebRequest.FlattenException(), j__TPar, System.Net.WebConnectionStream.k__BackingField, and System.Net.WebConnectionStream.Operation.