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

◆ XmlException() [1/14]

System.Xml.XmlException.XmlException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 12 of file XmlException.cs.

13 : base(info, context)
14 {
15 if (!true)
16 {
17 }
18 Type type;
19 object value = info.GetValue("res", type);
20 if (value != null)
21 {
23 return;
24 }
25 Type type2;
26 object value2 = info.GetValue("args", type2);
27 if (value2 != null)
28 {
29 if (value2 != null)
30 {
32 if (value2 != null)
33 {
34 goto IL_0046;
35 }
36 }
37 throw new InvalidCastException();
38 }
39 IL_0046:
40 Type type3;
41 object value3 = info.GetValue("lineNumber", type3);
42 Type type4;
43 object value4 = info.GetValue("linePosition", type4);
44 SerializationInfoEnumerator enumerator = info.GetEnumerator();
45 bool flag = enumerator.MoveNext();
47 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.Serialization.SerializationInfoEnumerator.Current, System.info, j__TPar, System.Runtime.Serialization.SerializationInfoEnumerator.MoveNext(), and System.value.