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
ZipException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
Ionic.Zip
5
{
6
// Token: 0x0200000F RID: 15
7
[
Guid
(
"ebc25cf6-9120-4283-b972-0e5520d00006"
)]
8
[
Serializable
]
9
public
class
ZipException
:
Exception
10
{
11
// Token: 0x06000047 RID: 71 RVA: 0x00002590 File Offset: 0x00000790
12
public
ZipException
()
13
{
14
if
(!
true
)
15
{
16
}
17
base
..ctor();
18
}
19
20
// Token: 0x06000048 RID: 72 RVA: 0x000025A8 File Offset: 0x000007A8
21
public
ZipException
(
string
message)
22
{
23
if
(!
true
)
24
{
25
}
26
base
..ctor(message);
27
}
28
29
// Token: 0x06000049 RID: 73 RVA: 0x000025C0 File Offset: 0x000007C0
30
public
ZipException
(
string
message,
Exception
innerException
)
31
{
32
if
(!
true
)
33
{
34
}
35
base
..ctor(message,
innerException
);
36
}
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipException.ZipException
ZipException()
Definition
ZipException.cs:12
Ionic.Zip.ZipException.ZipException
ZipException(string message, Exception innerException)
Definition
ZipException.cs:30
Ionic.Zip.ZipException.ZipException
ZipException(string message)
Definition
ZipException.cs:21
Ionic.Zip.ZipException
Definition
ZipException.cs:10
System.Exception
Definition
Exception.cs:15
Ionic.Zip
Definition
AddOrUpdateAction.cs:4
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
System.Guid
Definition
Guid.cs:13
source
Ionic.Zip.CF
Ionic
Zip
ZipException.cs
Generated by
1.10.0