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
NotImplemented.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System
5
{
6
// Token: 0x02000124 RID: 292
7
internal
static
class
NotImplemented
8
{
9
// Token: 0x17000100 RID: 256
10
// (get) Token: 0x06000B92 RID: 2962 RVA: 0x0000207A File Offset: 0x0000027A
11
internal
static
Exception
ByDesign
12
{
13
get
14
{
15
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
16
}
17
}
18
}
19
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Exception
Definition
Exception.cs:15
System.NotImplemented.ByDesign
static Exception ByDesign
Definition
NotImplemented.cs:12
System.NotImplemented
Definition
NotImplemented.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
NotImplemented.cs
Generated by
1.10.0