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
ConfigurationException.cs
Go to the documentation of this file.
1using System;
3using System.Xml;
4
6{
7 // Token: 0x02000451 RID: 1105
10 {
11 // Token: 0x06001DF5 RID: 7669 RVA: 0x00050204 File Offset: 0x0004E404
12 [Obsolete("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
14 {
15 throw new NotSupportedException();
16 }
17
18 // Token: 0x06001DF6 RID: 7670 RVA: 0x00050218 File Offset: 0x0004E418
23
24 // Token: 0x06001DF7 RID: 7671 RVA: 0x0005022C File Offset: 0x0004E42C
25 [Obsolete("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
26 public ConfigurationException(string message)
27 {
28 throw new NotSupportedException();
29 }
30
31 // Token: 0x06001DF8 RID: 7672 RVA: 0x00050240 File Offset: 0x0004E440
32 [Obsolete("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
33 public ConfigurationException(string message, Exception inner)
34 {
35 throw new NotSupportedException();
36 }
37
38 // Token: 0x06001DF9 RID: 7673 RVA: 0x00050254 File Offset: 0x0004E454
39 [Obsolete("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
40 public ConfigurationException(string message, Exception inner, string filename, int line)
41 {
42 throw new NotSupportedException();
43 }
44
45 // Token: 0x06001DFA RID: 7674 RVA: 0x00050268 File Offset: 0x0004E468
46 [Obsolete("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
47 public ConfigurationException(string message, Exception inner, XmlNode node)
48 {
49 throw new NotSupportedException();
50 }
51
52 // Token: 0x06001DFB RID: 7675 RVA: 0x0005027C File Offset: 0x0004E47C
53 [Obsolete("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
54 public ConfigurationException(string message, string filename, int line)
55 {
56 throw new NotSupportedException();
57 }
58
59 // Token: 0x06001DFC RID: 7676 RVA: 0x00050290 File Offset: 0x0004E490
60 [Obsolete("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
61 public ConfigurationException(string message, XmlNode node)
62 {
63 throw new NotSupportedException();
64 }
65
66 // Token: 0x170006BC RID: 1724
67 // (get) Token: 0x06001DFD RID: 7677 RVA: 0x000502A4 File Offset: 0x0004E4A4
68 public virtual string BareMessage
69 {
70 get
71 {
72 throw new NotSupportedException();
73 }
74 }
75
76 // Token: 0x170006BD RID: 1725
77 // (get) Token: 0x06001DFE RID: 7678 RVA: 0x000502B8 File Offset: 0x0004E4B8
78 public virtual string Filename
79 {
80 get
81 {
82 throw new NotSupportedException();
83 }
84 }
85
86 // Token: 0x170006BE RID: 1726
87 // (get) Token: 0x06001DFF RID: 7679 RVA: 0x000502CC File Offset: 0x0004E4CC
88 public virtual int Line
89 {
90 get
91 {
92 throw new NotSupportedException();
93 }
94 }
95
96 // Token: 0x06001E00 RID: 7680 RVA: 0x000502E0 File Offset: 0x0004E4E0
97 [Obsolete("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetFilename instead")]
98 public static string GetXmlNodeFilename(XmlNode node)
99 {
100 throw new NotSupportedException();
101 }
102
103 // Token: 0x06001E01 RID: 7681 RVA: 0x000502F4 File Offset: 0x0004E4F4
104 [Obsolete("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetLinenumber instead")]
105 public static int GetXmlNodeLineNumber(XmlNode node)
106 {
107 throw new NotSupportedException();
108 }
109 }
110}
class f__AnonymousType0<< Count > j__TPar
ConfigurationException(string message, Exception inner, string filename, int line)
ConfigurationException(string message, XmlNode node)
ConfigurationException(SerializationInfo info, StreamingContext context)
ConfigurationException(string message, Exception inner)
ConfigurationException(string message, string filename, int line)
ConfigurationException(string message, Exception inner, XmlNode node)