using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Net
{
/// The exception that is thrown when an error is made adding a to a .
// Token: 0x02000262 RID: 610
[Token(Token = "0x2000262")]
[Serializable]
public class CookieException : FormatException, ISerializable
{
/// Initializes a new instance of the class.
// Token: 0x06000F40 RID: 3904 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F40")]
[Address(RVA = "0xDCB7E0", Offset = "0xDCA7E0", VA = "0x180DCB7E0")]
public CookieException()
{
}
// Token: 0x06000F41 RID: 3905 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F41")]
[Address(RVA = "0xDCB800", Offset = "0xDCA800", VA = "0x180DCB800")]
internal CookieException(string message)
{
}
// Token: 0x06000F42 RID: 3906 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F42")]
[Address(RVA = "0xDCB7F0", Offset = "0xDCA7F0", VA = "0x180DCB7F0")]
internal CookieException(string message, Exception inner)
{
}
/// Initializes a new instance of the class with specific values of and .
/// The to be used.
/// The to be used.
// Token: 0x06000F43 RID: 3907 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F43")]
[Address(RVA = "0x71ABC0", Offset = "0x719BC0", VA = "0x18071ABC0")]
protected CookieException(SerializationInfo serializationInfo, StreamingContext streamingContext)
{
}
/// Populates a instance with the data needed to serialize the .
/// The to be used.
/// The to be used.
// Token: 0x06000F44 RID: 3908 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F44")]
[Address(RVA = "0x7754D0", Offset = "0x7744D0", VA = "0x1807754D0", Slot = "4")]
void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
{
}
/// Populates a instance with the data needed to serialize the .
/// The object that holds the serialized object data. The to populate with data.
/// The contextual information about the source or destination. A that specifies the destination for this serialization.
// Token: 0x06000F45 RID: 3909 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F45")]
[Address(RVA = "0x7754D0", Offset = "0x7744D0", VA = "0x1807754D0", Slot = "10")]
public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
{
}
}
}