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.
1using System;
3
4namespace Ionic.Zip
5{
6 // Token: 0x0200000F RID: 15
7 [Guid("ebc25cf6-9120-4283-b972-0e5520d00006")]
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}
class f__AnonymousType0<< Count > j__TPar
ZipException(string message, Exception innerException)
ZipException(string message)