using System; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System.Data { /// Represents the exception that is thrown when an action is tried on a that has been deleted. // Token: 0x0200001B RID: 27 [Token(Token = "0x200001B")] [Serializable] public class DeletedRowInaccessibleException : DataException { /// Initializes a new instance of the class with serialization information. /// The data that is required to serialize or deserialize an object. /// Description of the source and destination of the specified serialized stream. // Token: 0x06000146 RID: 326 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x6000146")] [Address(RVA = "0xA22800", Offset = "0xA21800", VA = "0x180A22800")] protected DeletedRowInaccessibleException(SerializationInfo info, StreamingContext context) { } /// Initializes a new instance of the class. // Token: 0x06000147 RID: 327 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x6000147")] [Address(RVA = "0xA227B0", Offset = "0xA217B0", VA = "0x180A227B0")] public DeletedRowInaccessibleException() { } /// Initializes a new instance of the class with the specified string. /// The string to display when the exception is thrown. // Token: 0x06000148 RID: 328 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x6000148")] [Address(RVA = "0xA22880", Offset = "0xA21880", VA = "0x180A22880")] public DeletedRowInaccessibleException(string s) { } } }