using System; using System.Runtime.Serialization; using System.Xml; using Cpp2IlInjected; namespace System.Configuration { /// The exception that is thrown when a configuration system error has occurred. // Token: 0x0200037F RID: 895 [Token(Token = "0x200037F")] [Serializable] public class ConfigurationException : SystemException { /// Initializes a new instance of the class. // Token: 0x0600178A RID: 6026 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600178A")] [Address(RVA = "0x289EF90", Offset = "0x289DD90", VA = "0x18289EF90")] [Obsolete] public ConfigurationException() { } /// Initializes a new instance of the class. /// The object that holds the information to deserialize. /// Contextual information about the source or destination. // Token: 0x0600178B RID: 6027 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600178B")] [Address(RVA = "0x289F0B0", Offset = "0x289DEB0", VA = "0x18289F0B0")] protected ConfigurationException(SerializationInfo info, StreamingContext context) { } /// Initializes a new instance of the class. /// A message describing why this exception was thrown. // Token: 0x0600178C RID: 6028 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600178C")] [Address(RVA = "0x289F080", Offset = "0x289DE80", VA = "0x18289F080")] [Obsolete] public ConfigurationException(string message) { } /// Initializes a new instance of the class. /// A message describing why this exception was thrown. /// The inner exception that caused this to be thrown, if any. // Token: 0x0600178D RID: 6029 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600178D")] [Address(RVA = "0x289EFC0", Offset = "0x289DDC0", VA = "0x18289EFC0")] [Obsolete] public ConfigurationException(string message, Exception inner) { } /// Initializes a new instance of the class. /// A message describing why this exception was thrown. /// The inner exception that caused this to be thrown, if any. /// The path to the configuration file that caused this to be thrown. /// The line number within the configuration file at which this was thrown. // Token: 0x0600178E RID: 6030 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600178E")] [Address(RVA = "0x289F0E0", Offset = "0x289DEE0", VA = "0x18289F0E0")] [Obsolete] public ConfigurationException(string message, Exception inner, string filename, int line) { } /// Initializes a new instance of the class. /// A message describing why this exception was thrown. /// The inner exception that caused this to be thrown, if any. /// The that caused this to be thrown. // Token: 0x0600178F RID: 6031 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600178F")] [Address(RVA = "0x289F020", Offset = "0x289DE20", VA = "0x18289F020")] [Obsolete] public ConfigurationException(string message, Exception inner, XmlNode node) { } /// Initializes a new instance of the class. /// A message describing why this exception was thrown. /// The path to the configuration file that caused this to be thrown. /// The line number within the configuration file at which this was thrown. // Token: 0x06001790 RID: 6032 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001790")] [Address(RVA = "0x289EFF0", Offset = "0x289DDF0", VA = "0x18289EFF0")] [Obsolete] public ConfigurationException(string message, string filename, int line) { } /// Initializes a new instance of the class. /// A message describing why this exception was thrown. /// The that caused this to be thrown. // Token: 0x06001791 RID: 6033 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001791")] [Address(RVA = "0x289F050", Offset = "0x289DE50", VA = "0x18289F050")] [Obsolete] public ConfigurationException(string message, XmlNode node) { } /// Gets a description of why this configuration exception was thrown. /// A description of why this exception was thrown. // Token: 0x170004FC RID: 1276 // (get) Token: 0x06001792 RID: 6034 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170004FC")] public virtual string BareMessage { [Token(Token = "0x6001792")] [Address(RVA = "0x289F110", Offset = "0x289DF10", VA = "0x18289F110", Slot = "12")] get { return null; } } /// Gets the path to the configuration file that caused this configuration exception to be thrown. /// The path to the configuration file that caused this exception to be thrown. // Token: 0x170004FD RID: 1277 // (get) Token: 0x06001793 RID: 6035 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170004FD")] public virtual string Filename { [Token(Token = "0x6001793")] [Address(RVA = "0x289F140", Offset = "0x289DF40", VA = "0x18289F140", Slot = "13")] get { return null; } } /// Gets the line number within the configuration file at which this configuration exception was thrown. /// The line number within the configuration file at which this exception was thrown. // Token: 0x170004FE RID: 1278 // (get) Token: 0x06001794 RID: 6036 RVA: 0x0000A5A8 File Offset: 0x000087A8 [Token(Token = "0x170004FE")] public virtual int Line { [Token(Token = "0x6001794")] [Address(RVA = "0x289F170", Offset = "0x289DF70", VA = "0x18289F170", Slot = "14")] get { return 0; } } /// Gets the path to the configuration file from which the internal object was loaded when this configuration exception was thrown. /// The that caused this exception to be thrown. /// A representing the node file name. // Token: 0x06001795 RID: 6037 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6001795")] [Address(RVA = "0x289EF30", Offset = "0x289DD30", VA = "0x18289EF30")] [Obsolete] public static string GetXmlNodeFilename(XmlNode node) { return null; } /// Gets the line number within the configuration file that the internal object represented when this configuration exception was thrown. /// The that caused this exception to be thrown. /// An representing the node line number. // Token: 0x06001796 RID: 6038 RVA: 0x0000A5C0 File Offset: 0x000087C0 [Token(Token = "0x6001796")] [Address(RVA = "0x289EF60", Offset = "0x289DD60", VA = "0x18289EF60")] [Obsolete] public static int GetXmlNodeLineNumber(XmlNode node) { return 0; } } }