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
ExternalException.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200042E")]
10 [global::System.Serializable]
11 public class ExternalException : global::System.SystemException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6002145")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B6F754", Offset = "0x1B6F754", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(COMException), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Design.CheckoutException", Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6002146")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1B6F7B0", Offset = "0x1B6F7B0", Length = "0x24")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Win32Exception", Member = ".ctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Win32Exception", Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Win32Exception", Member = ".ctor", MemberParameters = new object[]
32 {
33 typeof(int),
34 typeof(string)
35 }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Win32Exception", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
39 public ExternalException(string message)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6002147")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1B6F7D4", Offset = "0x1B6F7D4", Length = "0x24")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Win32Exception", Member = ".ctor", MemberParameters = new object[]
48 {
49 typeof(string),
50 typeof(global::System.Exception)
51 }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
54 {
55 typeof(string),
56 typeof(global::System.Exception)
57 }, ReturnType = typeof(void))]
58 public ExternalException(string message, global::System.Exception inner)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x6002148")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1B6F7F8", Offset = "0x1B6F7F8", Length = "0x28")]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Design.CheckoutException", Member = ".ctor", MemberParameters = new object[]
66 {
67 typeof(string),
68 typeof(int)
69 }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Design.CheckoutException", Member = ".cctor", ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
73 public ExternalException(string message, int errorCode)
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x6002149")]
79 [global::Cpp2ILInjected.Address(RVA = "0x1B6F820", Offset = "0x1B6F820", Length = "0x8")]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Win32Exception", Member = ".ctor", MemberParameters = new object[]
81 {
82 typeof(global::System.Runtime.Serialization.SerializationInfo),
83 typeof(global::System.Runtime.Serialization.StreamingContext)
84 }, ReturnType = typeof(void))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Design.CheckoutException", Member = ".ctor", MemberParameters = new object[]
86 {
87 typeof(global::System.Runtime.Serialization.SerializationInfo),
88 typeof(global::System.Runtime.Serialization.StreamingContext)
89 }, ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
92 {
93 typeof(global::System.Runtime.Serialization.SerializationInfo),
94 typeof(global::System.Runtime.Serialization.StreamingContext)
95 }, ReturnType = typeof(void))]
96 protected ExternalException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
97 {
98 throw null;
99 }
100
101 [global::Cpp2ILInjected.Token(Token = "0x17000455")]
102 public virtual int ErrorCode
103 {
104 [global::Cpp2ILInjected.Token(Token = "0x600214A")]
105 [global::Cpp2ILInjected.Address(RVA = "0x1B6F828", Offset = "0x1B6F828", Length = "0x8")]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 get
108 {
109 throw null;
110 }
111 }
112
113 [global::Cpp2ILInjected.Token(Token = "0x600214B")]
114 [global::Cpp2ILInjected.Address(RVA = "0x1B6F830", Offset = "0x1B6F830", Length = "0x1D8")]
115 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetType", ReturnType = typeof(global::System.Type))]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[]
120 {
121 typeof(string),
122 typeof(global::System.IFormatProvider)
123 }, ReturnType = typeof(string))]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
125 {
126 typeof(string),
127 typeof(string),
128 typeof(string),
129 typeof(string)
130 }, ReturnType = typeof(string))]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
132 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
133 {
134 typeof(string),
135 typeof(string),
136 typeof(string)
137 }, ReturnType = typeof(string))]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_NewLine", ReturnType = typeof(string))]
139 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
140 public override string ToString()
141 {
142 throw null;
143 }
144 }
145}
class f__AnonymousType0<< Count > j__TPar
ExternalException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
ExternalException(string message, global::System.Exception inner)