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
InteropErrorExtensions.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
// Token: 0x0200000B RID: 11
5
internal
static
class
InteropErrorExtensions
6
{
7
// Token: 0x0600002D RID: 45 RVA: 0x0000207A File Offset: 0x0000027A
8
public
static
Interop.ErrorInfo
Info
(
this
Interop.Error error)
9
{
10
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
11
}
12
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
InteropErrorExtensions.Info
static Interop.ErrorInfo Info(this Interop.Error error)
Definition
InteropErrorExtensions.cs:8
InteropErrorExtensions
Definition
InteropErrorExtensions.cs:6
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System
Definition
__ComObject.cs:4
Interop.ErrorInfo
Definition
Interop.cs:256
source
mscorlib
InteropErrorExtensions.cs
Generated by
1.10.0