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.
1using System;
3
4namespace Unity
5{
6 // Token: 0x02000020 RID: 32
7 internal sealed class ThrowStub : ObjectDisposedException
8 {
9 // Token: 0x060000D2 RID: 210 RVA: 0x00002367 File Offset: 0x00000567
10 public static void ThrowNotSupportedException()
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14 }
15}
static void ThrowNotSupportedException()
Definition ThrowStub.cs:10