terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
CookieException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000219")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000D53")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1F35E3C", Offset = "0x1F35E3C", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FormatException), Member = ".ctor", ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000D54")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1F2C748", Offset = "0x1F2C748", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "set_Name", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "VerifySetDefaults", MemberParameters = new object[]
25 {
26 typeof(CookieVariant),
27 typeof(Uri),
28 typeof(bool),
29 typeof(string),
30 typeof(bool),
31 typeof(bool)
32 }, ReturnType = typeof(bool))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "set_Port", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[] { typeof(Cookie) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[]
36 {
38 typeof(bool)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FormatException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
42 internal CookieException(string message)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6000D55")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1F3386C", Offset = "0x1F3386C", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[]
50 {
52 typeof(bool)
53 }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "CookieCutter", MemberParameters = new object[]
55 {
56 typeof(Uri),
57 typeof(string),
58 typeof(string),
59 typeof(bool)
60 }, ReturnType = typeof(CookieCollection))]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FormatException), Member = ".ctor", MemberParameters = new object[]
63 {
64 typeof(string),
66 }, ReturnType = typeof(void))]
67 internal CookieException(string message, Exception inner)
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x6000D56")]
73 [global::Cpp2ILInjected.Address(RVA = "0x1F35E44", Offset = "0x1F35E44", Length = "0x8")]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FormatException), Member = ".ctor", MemberParameters = new object[]
76 {
79 }, ReturnType = typeof(void))]
84
85 [global::Cpp2ILInjected.Token(Token = "0x6000D57")]
86 [global::Cpp2ILInjected.Address(RVA = "0x1F35E4C", Offset = "0x1F35E4C", Length = "0x8")]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = "GetObjectData", MemberParameters = new object[]
89 {
92 }, ReturnType = typeof(void))]
97
98 [global::Cpp2ILInjected.Token(Token = "0x6000D58")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1F35E54", Offset = "0x1F35E54", Length = "0x8")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = "GetObjectData", MemberParameters = new object[]
102 {
105 }, ReturnType = typeof(void))]
107 {
108 throw null;
109 }
110 }
111}
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)