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
WarningException.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020003C7 RID: 967
10 {
11 // Token: 0x060019B1 RID: 6577 RVA: 0x00047848 File Offset: 0x00045A48
13 {
14 }
15
16 // Token: 0x060019B2 RID: 6578 RVA: 0x00047858 File Offset: 0x00045A58
17 public WarningException(string message)
18 : base(message)
19 {
20 }
21
22 // Token: 0x060019B3 RID: 6579 RVA: 0x0004786C File Offset: 0x00045A6C
23 public WarningException(string message, string helpUrl)
24 : base(message)
25 {
27 }
28
29 // Token: 0x060019B4 RID: 6580 RVA: 0x00047888 File Offset: 0x00045A88
31 : base(message, innerException)
32 {
33 }
34
35 // Token: 0x060019B5 RID: 6581 RVA: 0x000478A0 File Offset: 0x00045AA0
36 public WarningException(string message, string helpUrl, string helpTopic)
37 : base(message)
38 {
41 }
42
43 // Token: 0x060019B6 RID: 6582 RVA: 0x000478C4 File Offset: 0x00045AC4
45 : base(info, context)
46 {
47 if (!true)
48 {
49 }
50 Type type;
51 object value = info.GetValue("helpUrl", type);
52 if (value != null)
53 {
55 return;
56 }
57 Type type2;
58 object value2 = info.GetValue("helpTopic", type2);
59 if (value2 != null)
60 {
62 throw new InvalidCastException();
63 }
64 }
65
66 // Token: 0x170005DA RID: 1498
67 // (get) Token: 0x060019B7 RID: 6583 RVA: 0x00047914 File Offset: 0x00045B14
68 public string HelpUrl
69 {
71 get
72 {
73 return this.<HelpUrl>k__BackingField;
74 }
75 }
76
77 // Token: 0x170005DB RID: 1499
78 // (get) Token: 0x060019B8 RID: 6584 RVA: 0x00047928 File Offset: 0x00045B28
79 public string HelpTopic
80 {
82 get
83 {
84 return this.<HelpTopic>k__BackingField;
85 }
86 }
87
88 // Token: 0x060019B9 RID: 6585 RVA: 0x0004793C File Offset: 0x00045B3C
90 {
91 base.GetObjectData(info, context);
92 string text = this.<HelpUrl>k__BackingField;
93 info.AddValue("helpUrl", text);
94 string text2 = this.<HelpTopic>k__BackingField;
95 info.AddValue("helpTopic", text2);
96 }
97
98 // Token: 0x040012DA RID: 4826
100 private readonly string <HelpUrl>k__BackingField;
101
102 // Token: 0x040012DB RID: 4827
104 private readonly string <HelpTopic>k__BackingField;
105 }
106}
class f__AnonymousType0<< Count > j__TPar
readonly string< HelpTopic > k__BackingField
WarningException(string message, string helpUrl, string helpTopic)
WarningException(SerializationInfo info, StreamingContext context)
override void GetObjectData(SerializationInfo info, StreamingContext context)
WarningException(string message, string helpUrl)
readonly string< HelpUrl > k__BackingField
WarningException(string message, Exception innerException)
void AddValue(string name, object value, Type type)