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
BadStateException.cs
Go to the documentation of this file.
1using System;
3
4namespace Ionic.Zip
5{
6 // Token: 0x02000014 RID: 20
7 [Guid("ebc25cf6-9120-4283-b972-0e5520d00007")]
10 {
11 // Token: 0x06000054 RID: 84 RVA: 0x000026A8 File Offset: 0x000008A8
13 {
14 }
15
16 // Token: 0x06000055 RID: 85 RVA: 0x000026BC File Offset: 0x000008BC
17 public BadStateException(string message)
18 : base(message)
19 {
20 }
21
22 // Token: 0x06000056 RID: 86 RVA: 0x000026D0 File Offset: 0x000008D0
24 : base(message, innerException)
25 {
26 }
27 }
28}
class f__AnonymousType0<< Count > j__TPar
BadStateException(string message, Exception innerException)