using System; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System.Data { /// Represents the exception that is thrown when the property of a contains a syntax error. // Token: 0x0200005D RID: 93 [Token(Token = "0x200005D")] [Serializable] public class SyntaxErrorException : InvalidExpressionException { /// Initializes a new instance of the class with the and the . /// The data needed to serialize or deserialize an object. /// The source and destination of a specific serialized stream. // Token: 0x0600060D RID: 1549 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x600060D")] [Address(RVA = "0xBDCDC0", Offset = "0xBDBDC0", VA = "0x180BDCDC0")] protected SyntaxErrorException(SerializationInfo info, StreamingContext context) { } /// Initializes a new instance of the class. // Token: 0x0600060E RID: 1550 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x600060E")] [Address(RVA = "0xA22A10", Offset = "0xA21A10", VA = "0x180A22A10")] public SyntaxErrorException() { } /// Initializes a new instance of the class with the specified string. /// The string to display when the exception is thrown. // Token: 0x0600060F RID: 1551 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x600060F")] [Address(RVA = "0xA22A20", Offset = "0xA21A20", VA = "0x180A22A20")] public SyntaxErrorException(string s) { } } }