using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// Returns information about errors encountered by the class while inferring a schema from an XML document.
// Token: 0x020001DF RID: 479
[Token(Token = "0x20001DF")]
[Serializable]
public class XmlSchemaInferenceException : XmlSchemaException
{
/// Initializes a new instance of the class with the and objects specified that contain all the properties of the .
/// A object.
/// A object.
// Token: 0x0600123F RID: 4671 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600123F")]
[Address(RVA = "0x56DF60", Offset = "0x56CF60", VA = "0x18056DF60")]
protected XmlSchemaInferenceException(SerializationInfo info, StreamingContext context)
{
}
/// Streams all the object properties into the object specified for the object specified.
/// A object.
/// A object.
// Token: 0x06001240 RID: 4672 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001240")]
[Address(RVA = "0x82E130", Offset = "0x82D130", VA = "0x18082E130", Slot = "10")]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
{
}
/// Initializes a new instance of the class.
// Token: 0x06001241 RID: 4673 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001241")]
[Address(RVA = "0x82ECC0", Offset = "0x82DCC0", VA = "0x18082ECC0")]
public XmlSchemaInferenceException()
{
}
// Token: 0x06001242 RID: 4674 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001242")]
[Address(RVA = "0x82F340", Offset = "0x82E340", VA = "0x18082F340")]
internal XmlSchemaInferenceException(string res, string arg)
{
}
// Token: 0x06001243 RID: 4675 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001243")]
[Address(RVA = "0x82F440", Offset = "0x82E440", VA = "0x18082F440")]
internal XmlSchemaInferenceException(string res, int lineNumber, int linePosition)
{
}
}
}