m
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Net
|
||||
{
|
||||
/// <summary>The exception that is thrown when an error is made adding a <see cref="T:System.Net.Cookie" /> to a <see cref="T:System.Net.CookieContainer" />.</summary>
|
||||
// Token: 0x02000262 RID: 610
|
||||
[Token(Token = "0x2000262")]
|
||||
[Serializable]
|
||||
public class CookieException : FormatException, ISerializable
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Net.CookieException" /> class.</summary>
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Net.CookieException" /> class with specific values of <paramref name="serializationInfo" /> and <paramref name="streamingContext" />.</summary>
|
||||
/// <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to be used.</param>
|
||||
/// <param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> to be used.</param>
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> instance with the data needed to serialize the <see cref="T:System.Net.CookieException" />.</summary>
|
||||
/// <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to be used.</param>
|
||||
/// <param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> to be used.</param>
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> instance with the data needed to serialize the <see cref="T:System.Net.CookieException" />.</summary>
|
||||
/// <param name="serializationInfo">The object that holds the serialized object data. The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param>
|
||||
/// <param name="streamingContext">The contextual information about the source or destination. A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that specifies the destination for this serialization.</param>
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user