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
InvalidProgramException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000D3 RID: 211
9 {
10 // Token: 0x060007DA RID: 2010 RVA: 0x00012AF4 File Offset: 0x00010CF4
12 : base("Common Language Runtime detected an invalid program.")
13 {
14 this._HResult = 5434;
15 }
16
17 // Token: 0x060007DB RID: 2011 RVA: 0x00012B18 File Offset: 0x00010D18
18 public InvalidProgramException(string message)
19 : base(message)
20 {
21 this._HResult = 5434;
22 }
23
24 // Token: 0x060007DC RID: 2012 RVA: 0x00012B38 File Offset: 0x00010D38
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
InvalidProgramException(SerializationInfo info, StreamingContext context)