using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Data
{
/// Represents the exception that is thrown when you try to add a that contains an invalid to a .
// Token: 0x0200005B RID: 91
[Token(Token = "0x200005B")]
[Serializable]
public class InvalidExpressionException : DataException
{
/// 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 given serialized stream.
// Token: 0x06000607 RID: 1543 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000607")]
[Address(RVA = "0x9ED4E0", Offset = "0x9EC4E0", VA = "0x1809ED4E0")]
protected InvalidExpressionException(SerializationInfo info, StreamingContext context)
{
}
/// Initializes a new instance of the class.
// Token: 0x06000608 RID: 1544 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000608")]
[Address(RVA = "0x9ED560", Offset = "0x9EC560", VA = "0x1809ED560")]
public InvalidExpressionException()
{
}
/// Initializes a new instance of the class with the specified string.
/// The string to display when the exception is thrown.
// Token: 0x06000609 RID: 1545 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000609")]
[Address(RVA = "0x9ED4D0", Offset = "0x9EC4D0", VA = "0x1809ED4D0")]
public InvalidExpressionException(string s)
{
}
}
}