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
ReflectionTypeLoadException.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Reflection
6{
7 // Token: 0x020004E9 RID: 1257
10 {
11 // Token: 0x0600242C RID: 9260 RVA: 0x00050E4C File Offset: 0x0004F04C
18
19 // Token: 0x0600242D RID: 9261 RVA: 0x00050E74 File Offset: 0x0004F074
21 : base(info, context)
22 {
23 if (!true)
24 {
25 }
26 Type type;
27 object value = info.GetValue("Exceptions", type);
28 if (value != null)
29 {
30 if (value == null)
31 {
32 throw new InvalidCastException();
33 }
35 if (value == null)
36 {
37 throw new InvalidCastException();
38 }
39 }
40 }
41
42 // Token: 0x0600242E RID: 9262 RVA: 0x00050EB8 File Offset: 0x0004F0B8
44 {
45 base.GetObjectData(info, context);
46 if (!true)
47 {
48 }
49 long num = 0L;
50 Type type;
51 info.AddValue("Types", num, type);
53 Type type2;
54 info.AddValue("Exceptions", array, type2);
55 }
56
57 // Token: 0x170004D1 RID: 1233
58 // (get) Token: 0x0600242F RID: 9263 RVA: 0x00050EF4 File Offset: 0x0004F0F4
60 {
62 get
63 {
65 }
66 }
67
68 // Token: 0x170004D2 RID: 1234
69 // (get) Token: 0x06002430 RID: 9264 RVA: 0x00050F08 File Offset: 0x0004F108
70 public override string Message
71 {
72 get
73 {
74 return this.CreateString(true);
75 }
76 }
77
78 // Token: 0x06002431 RID: 9265 RVA: 0x00050F1C File Offset: 0x0004F11C
79 public override string ToString()
80 {
81 long num = 0L;
82 return this.CreateString(num != 0L);
83 }
84
85 // Token: 0x06002432 RID: 9266 RVA: 0x00050F34 File Offset: 0x0004F134
86 private string CreateString(bool isMessage)
87 {
88 return base.Message;
89 }
90
91 // Token: 0x04001412 RID: 5138
94
95 // Token: 0x04001413 RID: 5139
98 }
99}
class f__AnonymousType0<< Count > j__TPar
override void GetObjectData(SerializationInfo info, StreamingContext context)
ReflectionTypeLoadException(Type[] classes, Exception[] exceptions)
readonly Exception[]< LoaderExceptions > k__BackingField
ReflectionTypeLoadException(SerializationInfo info, StreamingContext context)