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
ThrowStub.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Unity
5
{
6
// Token: 0x020006A8 RID: 1704
7
internal
sealed
class
ThrowStub
:
ObjectDisposedException
8
{
9
// Token: 0x060031ED RID: 12781 RVA: 0x0000207A File Offset: 0x0000027A
10
public
static
void
ThrowNotSupportedException
()
11
{
12
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
13
}
14
}
15
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.ObjectDisposedException
Definition
ObjectDisposedException.cs:9
Unity.ThrowStub.ThrowNotSupportedException
static void ThrowNotSupportedException()
Definition
ThrowStub.cs:10
Unity.ThrowStub
Definition
ThrowStub.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System
Definition
__ComObject.cs:4
Unity
Definition
ThrowStub.cs:5
source
mscorlib
Unity
ThrowStub.cs
Generated by
1.10.0