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
BadReadException.cs
Go to the documentation of this file.
1using System;
3
4namespace Ionic.Zip
5{
6 // Token: 0x02000011 RID: 17
7 [Guid("ebc25cf6-9120-4283-b972-0e5520d0000A")]
10 {
11 // Token: 0x0600004D RID: 77 RVA: 0x00002618 File Offset: 0x00000818
13 {
14 }
15
16 // Token: 0x0600004E RID: 78 RVA: 0x0000262C File Offset: 0x0000082C
17 public BadReadException(string message)
18 : base(message)
19 {
20 }
21
22 // Token: 0x0600004F RID: 79 RVA: 0x00002640 File Offset: 0x00000840
24 : base(message, innerException)
25 {
26 }
27 }
28}
class f__AnonymousType0<< Count > j__TPar
BadReadException(string message, Exception innerException)