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
BadPasswordException.cs
Go to the documentation of this file.
1using System;
3
4namespace Ionic.Zip
5{
6 // Token: 0x02000010 RID: 16
7 [Guid("ebc25cf6-9120-4283-b972-0e5520d0000B")]
10 {
11 // Token: 0x0600004A RID: 74 RVA: 0x000025D8 File Offset: 0x000007D8
13 {
14 }
15
16 // Token: 0x0600004B RID: 75 RVA: 0x000025EC File Offset: 0x000007EC
17 public BadPasswordException(string message)
18 : base(message)
19 {
20 }
21
22 // Token: 0x0600004C RID: 76 RVA: 0x00002600 File Offset: 0x00000800
24 : base(message, innerException)
25 {
26 }
27 }
28}
class f__AnonymousType0<< Count > j__TPar
BadPasswordException(string message, Exception innerException)