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
InControlException.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x02000028 RID: 40
8 {
9 // Token: 0x060001C4 RID: 452 RVA: 0x000058C0 File Offset: 0x00003AC0
11 {
12 if (!true)
13 {
14 }
15 base..ctor();
16 }
17
18 // Token: 0x060001C5 RID: 453 RVA: 0x000058D8 File Offset: 0x00003AD8
19 public InControlException(string message)
20 {
21 if (!true)
22 {
23 }
24 base..ctor(message);
25 }
26
27 // Token: 0x060001C6 RID: 454 RVA: 0x000058F0 File Offset: 0x00003AF0
28 public InControlException(string message, Exception inner)
29 {
30 if (!true)
31 {
32 }
33 base..ctor(message, inner);
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar
InControlException(string message, Exception inner)