Files
Aug2021-Cpp2IL-Dump/System/Configuration/ConfigurationException.cs
T
2026-04-10 22:50:51 +02:00

172 lines
9.1 KiB
C#

using System;
using System.Runtime.Serialization;
using System.Xml;
using Cpp2IlInjected;
namespace System.Configuration
{
/// <summary>The exception that is thrown when a configuration system error has occurred.</summary>
// Token: 0x0200037F RID: 895
[Token(Token = "0x200037F")]
[Serializable]
public class ConfigurationException : SystemException
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException" /> class.</summary>
// Token: 0x0600178A RID: 6026 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600178A")]
[Address(RVA = "0x289EF90", Offset = "0x289DD90", VA = "0x18289EF90")]
[Obsolete]
public ConfigurationException()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException" /> class.</summary>
/// <param name="info">The object that holds the information to deserialize.</param>
/// <param name="context">Contextual information about the source or destination.</param>
// 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)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException" /> class.</summary>
/// <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException" /> exception was thrown.</param>
// Token: 0x0600178C RID: 6028 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600178C")]
[Address(RVA = "0x289F080", Offset = "0x289DE80", VA = "0x18289F080")]
[Obsolete]
public ConfigurationException(string message)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException" /> class.</summary>
/// <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException" /> exception was thrown.</param>
/// <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException" /> to be thrown, if any.</param>
// 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)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException" /> class.</summary>
/// <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException" /> exception was thrown.</param>
/// <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException" /> to be thrown, if any.</param>
/// <param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException" /> to be thrown.</param>
/// <param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException" /> was thrown.</param>
// 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)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException" /> class.</summary>
/// <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException" /> exception was thrown.</param>
/// <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException" /> to be thrown, if any.</param>
/// <param name="node">The <see cref="T:System.Xml.XmlNode" /> that caused this <see cref="T:System.Configuration.ConfigurationException" /> to be thrown.</param>
// 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)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException" /> class.</summary>
/// <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException" /> exception was thrown.</param>
/// <param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException" /> to be thrown.</param>
/// <param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException" /> was thrown.</param>
// 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)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException" /> class.</summary>
/// <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException" /> exception was thrown.</param>
/// <param name="node">The <see cref="T:System.Xml.XmlNode" /> that caused this <see cref="T:System.Configuration.ConfigurationException" /> to be thrown.</param>
// 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)
{
}
/// <summary>Gets a description of why this configuration exception was thrown.</summary>
/// <returns>A description of why this <see cref="T:System.Configuration.ConfigurationException" /> exception was thrown.</returns>
// 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;
}
}
/// <summary>Gets the path to the configuration file that caused this configuration exception to be thrown.</summary>
/// <returns>The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException" /> exception to be thrown.</returns>
// 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;
}
}
/// <summary>Gets the line number within the configuration file at which this configuration exception was thrown.</summary>
/// <returns>The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException" /> exception was thrown.</returns>
// 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;
}
}
/// <summary>Gets the path to the configuration file from which the internal <see cref="T:System.Xml.XmlNode" /> object was loaded when this configuration exception was thrown.</summary>
/// <param name="node">The <see cref="T:System.Xml.XmlNode" /> that caused this <see cref="T:System.Configuration.ConfigurationException" /> exception to be thrown.</param>
/// <returns>A <see langword="string" /> representing the node file name.</returns>
// 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;
}
/// <summary>Gets the line number within the configuration file that the internal <see cref="T:System.Xml.XmlNode" /> object represented when this configuration exception was thrown.</summary>
/// <param name="node">The <see cref="T:System.Xml.XmlNode" /> that caused this <see cref="T:System.Configuration.ConfigurationException" /> exception to be thrown.</param>
/// <returns>An <see langword="int" /> representing the node line number.</returns>
// 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;
}
}
}