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: 0x0200000F RID: 15
7
internal
sealed
class
ThrowStub :
ObjectDisposedException
8
{
9
// Token: 0x06000023 RID: 35 RVA: 0x000022A2 File Offset: 0x000004A2
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
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System
Definition
__ComObject.cs:4
Unity
Definition
ThrowStub.cs:5
source
System.Configuration
Unity
ThrowStub.cs
Generated by
1.10.0