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
InvalidTimeZoneException.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 // Token: 0x020000D4 RID: 212
8 [TypeForwardedFrom("System.Core, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=7cec85d7bea7798e")]
11 {
12 // Token: 0x060007DD RID: 2013 RVA: 0x00012B50 File Offset: 0x00010D50
14 {
15 if (!true)
16 {
17 }
18 base..ctor();
19 }
20
21 // Token: 0x060007DE RID: 2014 RVA: 0x00012B68 File Offset: 0x00010D68
22 public InvalidTimeZoneException(string message)
23 {
24 if (!true)
25 {
26 }
27 base..ctor(message);
28 }
29
30 // Token: 0x060007DF RID: 2015 RVA: 0x00012B80 File Offset: 0x00010D80
32 {
33 if (!true)
34 {
35 }
36 base..ctor(info, context);
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
InvalidTimeZoneException(SerializationInfo info, StreamingContext context)