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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Ionic.Zip
5
{
6
// Token: 0x0200000E RID: 14
7
public
class
ZipErrorEventArgs
:
ZipProgressEventArgs
8
{
9
// Token: 0x06000043 RID: 67 RVA: 0x00002550 File Offset: 0x00000750
10
private
ZipErrorEventArgs
()
11
{
12
}
13
14
// Token: 0x06000044 RID: 68 RVA: 0x00002122 File Offset: 0x00000322
15
internal
static
ZipErrorEventArgs
Saving
(
string
archiveName
,
ZipEntry
entry,
Exception
exception
)
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
22
public
Exception
Exception
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Ionic.Zip.ZipEntry._LocalFileName
string _LocalFileName
Definition
ZipEntry.cs:2354
Ionic.Zip.ZipEntry
Definition
ZipEntry.cs:19
Ionic.Zip.ZipErrorEventArgs.FileName
string FileName
Definition
ZipErrorEventArgs.cs:33
Ionic.Zip.ZipErrorEventArgs.ZipErrorEventArgs
ZipErrorEventArgs()
Definition
ZipErrorEventArgs.cs:10
Ionic.Zip.ZipErrorEventArgs.Saving
static ZipErrorEventArgs Saving(string archiveName, ZipEntry entry, Exception exception)
Definition
ZipErrorEventArgs.cs:15
Ionic.Zip.ZipErrorEventArgs._exc
Exception _exc
Definition
ZipErrorEventArgs.cs:41
Ionic.Zip.ZipErrorEventArgs
Definition
ZipErrorEventArgs.cs:8
Ionic.Zip.ZipProgressEventArgs._latestEntry
ZipEntry _latestEntry
Definition
ZipProgressEventArgs.cs:141
Ionic.Zip.ZipProgressEventArgs
Definition
ZipProgressEventArgs.cs:7
System.Exception
Definition
Exception.cs:15
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Ionic.Zip
Definition
AddOrUpdateAction.cs:4
System.ExceptionArgument.exception
@ exception
System
Definition
__ComObject.cs:4
source
Ionic.Zip.CF
Ionic
Zip
ZipErrorEventArgs.cs
Generated by
1.10.0