This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,301 @@
using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Returns detailed information about the schema exception.</summary>
// Token: 0x02000227 RID: 551
[Token(Token = "0x2000227")]
[Serializable]
public class XmlSchemaException : SystemException
{
/// <summary>Constructs a new <see langword="XmlSchemaException" /> object with the given <see langword="SerializationInfo" /> and <see langword="StreamingContext" /> information that contains all the properties of the <see langword="XmlSchemaException" />.</summary>
/// <param name="info">SerializationInfo.</param>
/// <param name="context">StreamingContext.</param>
// Token: 0x060015FD RID: 5629 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60015FD")]
[Address(RVA = "0x82E930", Offset = "0x82D930", VA = "0x18082E930")]
protected XmlSchemaException(SerializationInfo info, StreamingContext context)
{
}
/// <summary>Streams all the <see langword="XmlSchemaException" /> properties into the <see langword="SerializationInfo" /> class for the given <see langword="StreamingContext" />.</summary>
/// <param name="info">The <see langword="SerializationInfo" />. </param>
/// <param name="context">The <see langword="StreamingContext" /> information. </param>
// Token: 0x060015FE RID: 5630 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60015FE")]
[Address(RVA = "0x82E130", Offset = "0x82D130", VA = "0x18082E130", Slot = "10")]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException" /> class.</summary>
// Token: 0x060015FF RID: 5631 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60015FF")]
[Address(RVA = "0x82ECC0", Offset = "0x82DCC0", VA = "0x18082ECC0")]
public XmlSchemaException()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException" /> class with the exception message specified.</summary>
/// <param name="message">A <see langword="string" /> description of the error condition.</param>
// Token: 0x06001600 RID: 5632 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001600")]
[Address(RVA = "0x82E4E0", Offset = "0x82D4E0", VA = "0x18082E4E0")]
public XmlSchemaException(string message)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException" /> class with the exception message and original <see cref="T:System.Exception" /> object that caused this exception specified.</summary>
/// <param name="message">A <see langword="string" /> description of the error condition.</param>
/// <param name="innerException">The original T:System.Exception object that caused this exception.</param>
// Token: 0x06001601 RID: 5633 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001601")]
[Address(RVA = "0x82E910", Offset = "0x82D910", VA = "0x18082E910")]
public XmlSchemaException(string message, Exception innerException)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaException" /> class with the exception message specified, and the original <see cref="T:System.Exception" /> object, line number, and line position of the XML that cause this exception specified.</summary>
/// <param name="message">A <see langword="string" /> description of the error condition.</param>
/// <param name="innerException">The original T:System.Exception object that caused this exception.</param>
/// <param name="lineNumber">The line number of the XML that caused this exception.</param>
/// <param name="linePosition">The line position of the XML that caused this exception.</param>
// Token: 0x06001602 RID: 5634 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001602")]
[Address(RVA = "0x82E5C0", Offset = "0x82D5C0", VA = "0x18082E5C0")]
public XmlSchemaException(string message, Exception innerException, int lineNumber, int linePosition)
{
}
// Token: 0x06001603 RID: 5635 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001603")]
[Address(RVA = "0x82EC40", Offset = "0x82DC40", VA = "0x18082EC40")]
internal XmlSchemaException(string res, string[] args)
{
}
// Token: 0x06001604 RID: 5636 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001604")]
[Address(RVA = "0x82E350", Offset = "0x82D350", VA = "0x18082E350")]
internal XmlSchemaException(string res, string arg)
{
}
// Token: 0x06001605 RID: 5637 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001605")]
[Address(RVA = "0x82E7E0", Offset = "0x82D7E0", VA = "0x18082E7E0")]
internal XmlSchemaException(string res, string arg, string sourceUri, int lineNumber, int linePosition)
{
}
// Token: 0x06001606 RID: 5638 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001606")]
[Address(RVA = "0x82E2C0", Offset = "0x82D2C0", VA = "0x18082E2C0")]
internal XmlSchemaException(string res, string sourceUri, int lineNumber, int linePosition)
{
}
// Token: 0x06001607 RID: 5639 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001607")]
[Address(RVA = "0x82E450", Offset = "0x82D450", VA = "0x18082E450")]
internal XmlSchemaException(string res, string[] args, string sourceUri, int lineNumber, int linePosition)
{
}
// Token: 0x06001608 RID: 5640 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001608")]
[Address(RVA = "0x82E2A0", Offset = "0x82D2A0", VA = "0x18082E2A0")]
internal XmlSchemaException(string res, XmlSchemaObject source)
{
}
// Token: 0x06001609 RID: 5641 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001609")]
[Address(RVA = "0x82E700", Offset = "0x82D700", VA = "0x18082E700")]
internal XmlSchemaException(string res, string arg, XmlSchemaObject source)
{
}
// Token: 0x0600160A RID: 5642 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600160A")]
[Address(RVA = "0x82E500", Offset = "0x82D500", VA = "0x18082E500")]
internal XmlSchemaException(string res, string[] args, XmlSchemaObject source)
{
}
// Token: 0x0600160B RID: 5643 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600160B")]
[Address(RVA = "0x82ECF0", Offset = "0x82DCF0", VA = "0x18082ECF0")]
internal XmlSchemaException(string res, string[] args, Exception innerException, string sourceUri, int lineNumber, int linePosition, XmlSchemaObject source)
{
}
// Token: 0x0600160C RID: 5644 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600160C")]
[Address(RVA = "0x82E0A0", Offset = "0x82D0A0", VA = "0x18082E0A0")]
internal static string CreateMessage(string res, string[] args)
{
return null;
}
// Token: 0x17000626 RID: 1574
// (get) Token: 0x0600160D RID: 5645 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000626")]
internal string GetRes
{
[Token(Token = "0x600160D")]
[Address(RVA = "0x4C31C0", Offset = "0x4C21C0", VA = "0x1804C31C0")]
get
{
return null;
}
}
// Token: 0x17000627 RID: 1575
// (get) Token: 0x0600160E RID: 5646 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000627")]
internal string[] Args
{
[Token(Token = "0x600160E")]
[Address(RVA = "0x54F060", Offset = "0x54E060", VA = "0x18054F060")]
get
{
return null;
}
}
/// <summary>Gets the Uniform Resource Identifier (URI) location of the schema that caused the exception.</summary>
/// <returns>The URI location of the schema that caused the exception.</returns>
// Token: 0x17000628 RID: 1576
// (get) Token: 0x0600160F RID: 5647 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000628")]
public string SourceUri
{
[Token(Token = "0x600160F")]
[Address(RVA = "0x56D550", Offset = "0x56C550", VA = "0x18056D550")]
get
{
return null;
}
}
/// <summary>Gets the line number indicating where the error occurred.</summary>
/// <returns>The line number indicating where the error occurred.</returns>
// Token: 0x17000629 RID: 1577
// (get) Token: 0x06001610 RID: 5648 RVA: 0x00009990 File Offset: 0x00007B90
[Token(Token = "0x17000629")]
public int LineNumber
{
[Token(Token = "0x6001610")]
[Address(RVA = "0x6A5AE0", Offset = "0x6A4AE0", VA = "0x1806A5AE0")]
get
{
return 0;
}
}
/// <summary>Gets the line position indicating where the error occurred.</summary>
/// <returns>The line position indicating where the error occurred.</returns>
// Token: 0x1700062A RID: 1578
// (get) Token: 0x06001611 RID: 5649 RVA: 0x000099A8 File Offset: 0x00007BA8
[Token(Token = "0x1700062A")]
public int LinePosition
{
[Token(Token = "0x6001611")]
[Address(RVA = "0x82ED90", Offset = "0x82DD90", VA = "0x18082ED90")]
get
{
return 0;
}
}
/// <summary>The <see langword="XmlSchemaObject" /> that produced the <see langword="XmlSchemaException" />.</summary>
/// <returns>A valid object instance represents a structural validation error in the XML Schema Object Model (SOM).</returns>
// Token: 0x1700062B RID: 1579
// (get) Token: 0x06001612 RID: 5650 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700062B")]
public XmlSchemaObject SourceSchemaObject
{
[Token(Token = "0x6001612")]
[Address(RVA = "0x4646C0", Offset = "0x4636C0", VA = "0x1804646C0")]
get
{
return null;
}
}
// Token: 0x06001613 RID: 5651 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001613")]
[Address(RVA = "0x82E240", Offset = "0x82D240", VA = "0x18082E240")]
internal void SetSource(string sourceUri, int lineNumber, int linePosition)
{
}
// Token: 0x06001614 RID: 5652 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001614")]
[Address(RVA = "0x82CD30", Offset = "0x82BD30", VA = "0x18082CD30")]
internal void SetSchemaObject(XmlSchemaObject source)
{
}
// Token: 0x06001615 RID: 5653 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001615")]
[Address(RVA = "0x82E260", Offset = "0x82D260", VA = "0x18082E260")]
internal void SetSource(XmlSchemaObject source)
{
}
/// <summary>Gets the description of the error condition of this exception.</summary>
/// <returns>The description of the error condition of this exception.</returns>
// Token: 0x1700062C RID: 1580
// (get) Token: 0x06001616 RID: 5654 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700062C")]
public override string Message
{
[Token(Token = "0x6001616")]
[Address(RVA = "0x82EDA0", Offset = "0x82DDA0", VA = "0x18082EDA0", Slot = "5")]
get
{
return null;
}
}
// Token: 0x04000C08 RID: 3080
[FieldOffset(Offset = "0x88")]
[Token(Token = "0x4000C08")]
private string res;
// Token: 0x04000C09 RID: 3081
[FieldOffset(Offset = "0x90")]
[Token(Token = "0x4000C09")]
private string[] args;
// Token: 0x04000C0A RID: 3082
[FieldOffset(Offset = "0x98")]
[Token(Token = "0x4000C0A")]
private string sourceUri;
// Token: 0x04000C0B RID: 3083
[FieldOffset(Offset = "0xA0")]
[Token(Token = "0x4000C0B")]
private int lineNumber;
// Token: 0x04000C0C RID: 3084
[FieldOffset(Offset = "0xA4")]
[Token(Token = "0x4000C0C")]
private int linePosition;
// Token: 0x04000C0D RID: 3085
[FieldOffset(Offset = "0xA8")]
[Token(Token = "0x4000C0D")]
[NonSerialized]
private XmlSchemaObject sourceSchemaObject;
// Token: 0x04000C0E RID: 3086
[FieldOffset(Offset = "0xB0")]
[Token(Token = "0x4000C0E")]
private string message;
}
}