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
InvalidCastException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000D1 RID: 209
9 {
10 // Token: 0x060007D3 RID: 2003 RVA: 0x00012A28 File Offset: 0x00010C28
12 {
13 this._HResult = 16386;
14 }
15
16 // Token: 0x060007D4 RID: 2004 RVA: 0x00012A40 File Offset: 0x00010C40
17 public InvalidCastException(string message)
18 : base(message)
19 {
20 this._HResult = 16386;
21 }
22
23 // Token: 0x060007D5 RID: 2005 RVA: 0x00012A60 File Offset: 0x00010C60
25 : base(info, context)
26 {
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
InvalidCastException(SerializationInfo info, StreamingContext context)