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.
1using System;
3
4namespace 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
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
29 {
30 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32 }
33}
static Exception GetReadNotSupported()
Definition Error.cs:22
static Exception GetWriteNotSupported()
Definition Error.cs:28
static Exception GetEndOfFile()
Definition Error.cs:16
static Exception GetStreamIsClosed()
Definition Error.cs:10