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.
1
using
System
;
2
3
namespace
InControl
4
{
5
// Token: 0x02000028 RID: 40
6
[
Serializable
]
7
public
class
InControlException
:
Exception
8
{
9
// Token: 0x060001C4 RID: 452 RVA: 0x000058C0 File Offset: 0x00003AC0
10
public
InControlException
()
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InControlException.InControlException
InControlException(string message, Exception inner)
Definition
InControlException.cs:28
InControl.InControlException.InControlException
InControlException()
Definition
InControlException.cs:10
InControl.InControlException.InControlException
InControlException(string message)
Definition
InControlException.cs:19
InControl.InControlException
Definition
InControlException.cs:8
System.Exception
Definition
Exception.cs:15
InControl
Definition
BindingListenOptions.cs:4
System.Reflection.TypeAttributes.Serializable
@ Serializable
System
Definition
__ComObject.cs:4
source
InControl
InControlException.cs
Generated by
1.10.0