using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Data
{
/// Represents the exception that is thrown when you try to perform an operation on a that is not in a .
// Token: 0x02000021 RID: 33
[Token(Token = "0x2000021")]
[Serializable]
public class RowNotInTableException : 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: 0x06000158 RID: 344 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000158")]
[Address(RVA = "0x9F6650", Offset = "0x9F5650", VA = "0x1809F6650")]
protected RowNotInTableException(SerializationInfo info, StreamingContext context)
{
}
/// Initializes a new instance of the class.
// Token: 0x06000159 RID: 345 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000159")]
[Address(RVA = "0x9F66D0", Offset = "0x9F56D0", VA = "0x1809F66D0")]
public RowNotInTableException()
{
}
/// Initializes a new instance of the class with the specified string.
/// The string to display when the exception is thrown.
// Token: 0x0600015A RID: 346 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600015A")]
[Address(RVA = "0x9F6720", Offset = "0x9F5720", VA = "0x1809F6720")]
public RowNotInTableException(string s)
{
}
}
}