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
TargetException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004F2 RID: 1266
9 {
10 // Token: 0x060024CE RID: 9422 RVA: 0x0005155C File Offset: 0x0004F75C
12 {
13 this._HResult = 5635;
14 }
15
16 // Token: 0x060024CF RID: 9423 RVA: 0x00051574 File Offset: 0x0004F774
17 public TargetException(string message)
18 {
19 this._HResult = 5635;
20 }
21
22 // Token: 0x060024D0 RID: 9424 RVA: 0x0005158C File Offset: 0x0004F78C
23 public TargetException(string message, Exception inner)
24 : base(message, inner)
25 {
26 this._HResult = 5635;
27 }
28
29 // Token: 0x060024D1 RID: 9425 RVA: 0x000515AC File Offset: 0x0004F7AC
31 : base(info, context)
32 {
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
TargetException(string message, Exception inner)
TargetException(SerializationInfo info, StreamingContext context)