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: 0x02000266 RID: 614
[Token(Token = "0x2000266")]
[Serializable]
public class CookieException : FormatException, ISerializable
{
/// Initializes a new instance of the class.
// Token: 0x06000F56 RID: 3926 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F56")]
[Address(RVA = "0x71DAA0", Offset = "0x71C8A0", VA = "0x18071DAA0")]
public CookieException()
{
}
// Token: 0x06000F57 RID: 3927 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F57")]
[Address(RVA = "0x71DAB0", Offset = "0x71C8B0", VA = "0x18071DAB0")]
internal CookieException(string message)
{
}
// Token: 0x06000F58 RID: 3928 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F58")]
[Address(RVA = "0x29DE0D0", Offset = "0x29DCED0", VA = "0x1829DE0D0")]
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: 0x06000F59 RID: 3929 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F59")]
[Address(RVA = "0x4E7140", Offset = "0x4E5F40", VA = "0x1804E7140")]
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: 0x06000F5A RID: 3930 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F5A")]
[Address(RVA = "0x403D80", Offset = "0x402B80", VA = "0x180403D80", 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: 0x06000F5B RID: 3931 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F5B")]
[Address(RVA = "0x403D80", Offset = "0x402B80", VA = "0x180403D80", Slot = "10")]
public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
{
}
}
}