terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CookieException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000219 RID: 537
9 {
10 // Token: 0x06000D53 RID: 3411 RVA: 0x0002AF00 File Offset: 0x00029100
12 {
13 }
14
15 // Token: 0x06000D54 RID: 3412 RVA: 0x0002AF14 File Offset: 0x00029114
16 internal CookieException(string message)
17 : base(message)
18 {
19 }
20
21 // Token: 0x06000D55 RID: 3413 RVA: 0x0002AF28 File Offset: 0x00029128
22 internal CookieException(string message, Exception inner)
23 : base(message, inner)
24 {
25 }
26
27 // Token: 0x06000D56 RID: 3414 RVA: 0x0002AF40 File Offset: 0x00029140
32
33 // Token: 0x06000D57 RID: 3415 RVA: 0x0002AF58 File Offset: 0x00029158
38
39 // Token: 0x06000D58 RID: 3416 RVA: 0x0002AF70 File Offset: 0x00029170
44 }
45}
class f__AnonymousType0<< Count > j__TPar
CookieException(SerializationInfo serializationInfo, StreamingContext streamingContext)
CookieException(string message, Exception inner)
CookieException(string message)
override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
void GetObjectData(SerializationInfo info, StreamingContext context)