using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Data
{
/// Represents the exception that is thrown when the property of a cannot be evaluated.
// Token: 0x0200005C RID: 92
[Token(Token = "0x200005C")]
[Serializable]
public class EvaluateException : 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 particular serialized stream.
// Token: 0x0600060A RID: 1546 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600060A")]
[Address(RVA = "0xA22990", Offset = "0xA21990", VA = "0x180A22990")]
protected EvaluateException(SerializationInfo info, StreamingContext context)
{
}
/// Initializes a new instance of the class.
// Token: 0x0600060B RID: 1547 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600060B")]
[Address(RVA = "0xA22A10", Offset = "0xA21A10", VA = "0x180A22A10")]
public EvaluateException()
{
}
/// Initializes a new instance of the class with the specified string.
/// The string to display when the exception is thrown.
// Token: 0x0600060C RID: 1548 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600060C")]
[Address(RVA = "0xA22A20", Offset = "0xA21A20", VA = "0x180A22A20")]
public EvaluateException(string s)
{
}
}
}