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
RuntimeWrappedException.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200047D RID: 1149
8 public sealed class RuntimeWrappedException : Exception
9 {
10 // Token: 0x06002223 RID: 8739 RVA: 0x0004CF5C File Offset: 0x0004B15C
12 {
13 if (!true)
14 {
15 }
16 base..ctor("An object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException.");
17 this._HResult = 5438;
19 }
20
21 // Token: 0x06002224 RID: 8740 RVA: 0x0004CF8C File Offset: 0x0004B18C
23 {
24 if (!true)
25 {
26 }
27 base..ctor(info, context);
28 if (!true)
29 {
30 }
31 Type type;
32 object value = info.GetValue("WrappedException", type);
34 }
35
36 // Token: 0x06002225 RID: 8741 RVA: 0x0004CFBC File Offset: 0x0004B1BC
38 {
39 base.GetObjectData(info, context);
41 if (!true)
42 {
43 }
44 Type type;
45 info.AddValue("WrappedException", wrappedException, type);
46 }
47
48 // Token: 0x06002226 RID: 8742 RVA: 0x0004CFE8 File Offset: 0x0004B1E8
50 {
51 throw new NotSupportedException();
52 }
53
54 // Token: 0x040012B5 RID: 4789
55 private object _wrappedException;
56 }
57}
class f__AnonymousType0<< Count > j__TPar
RuntimeWrappedException(SerializationInfo info, StreamingContext context)
override void GetObjectData(SerializationInfo info, StreamingContext context)