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
Error.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.IO
5
{
6
// Token: 0x02000531 RID: 1329
7
internal
static
class
Error
8
{
9
// Token: 0x06002732 RID: 10034 RVA: 0x0000207A File Offset: 0x0000027A
10
internal
static
Exception
GetStreamIsClosed
()
11
{
12
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
13
}
14
15
// Token: 0x06002733 RID: 10035 RVA: 0x0000207A File Offset: 0x0000027A
16
internal
static
Exception
GetEndOfFile
()
17
{
18
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
19
}
20
21
// Token: 0x06002734 RID: 10036 RVA: 0x0000207A File Offset: 0x0000027A
22
internal
static
Exception
GetReadNotSupported
()
23
{
24
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
25
}
26
27
// Token: 0x06002735 RID: 10037 RVA: 0x0000207A File Offset: 0x0000027A
28
internal
static
Exception
GetWriteNotSupported
()
29
{
30
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
31
}
32
}
33
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Exception
Definition
Exception.cs:15
System.IO.Error.GetReadNotSupported
static Exception GetReadNotSupported()
Definition
Error.cs:22
System.IO.Error.GetWriteNotSupported
static Exception GetWriteNotSupported()
Definition
Error.cs:28
System.IO.Error.GetEndOfFile
static Exception GetEndOfFile()
Definition
Error.cs:16
System.IO.Error.GetStreamIsClosed
static Exception GetStreamIsClosed()
Definition
Error.cs:10
System.IO.Error
Definition
Error.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
IO
Error.cs
Generated by
1.10.0