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
ZipErrorEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace Ionic.Zip
5{
6 // Token: 0x0200000E RID: 14
8 {
9 // Token: 0x06000043 RID: 67 RVA: 0x00002550 File Offset: 0x00000750
11 {
12 }
13
14 // Token: 0x06000044 RID: 68 RVA: 0x00002122 File Offset: 0x00000322
16 {
17 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
18 }
19
20 // Token: 0x1700000B RID: 11
21 // (get) Token: 0x06000045 RID: 69 RVA: 0x00002564 File Offset: 0x00000764
23 {
24 get
25 {
26 return this._exc;
27 }
28 }
29
30 // Token: 0x1700000C RID: 12
31 // (get) Token: 0x06000046 RID: 70 RVA: 0x00002578 File Offset: 0x00000778
32 public string FileName
33 {
34 get
35 {
36 return this._latestEntry._LocalFileName;
37 }
38 }
39
40 // Token: 0x04000028 RID: 40
41 private Exception _exc;
42 }
43}
class f__AnonymousType0<< Count > j__TPar
static ZipErrorEventArgs Saving(string archiveName, ZipEntry entry, Exception exception)