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
Exception.cs
Go to the documentation of this file.
1using System;
6using System.IO;
17using System.Security;
21using Cpp2ILInjected;
23using Mono.Math;
24using Mono.Math.Prime;
25
26namespace System
27{
28 [global::System.Runtime.InteropServices.ComVisible(true)]
29 [global::Cpp2ILInjected.Token(Token = "0x2000152")]
30 [global::System.Serializable]
31 [StructLayout(0)]
32 public class Exception : global::System.Runtime.Serialization.ISerializable
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x6000D64")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1C699E4", Offset = "0x1C699E4", Length = "0x70")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = ".ctor", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(global::System.Exception)
43 }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = ".ctor", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
47 private void Init()
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6000D65")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1C69A54", Offset = "0x1C69A54", Length = "0x1C")]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException", Member = ".ctor", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Math.BigInteger.ModulusRing), Member = "Difference", MemberParameters = new object[]
56 {
57 typeof(Mono.Math.BigInteger),
58 typeof(Mono.Math.BigInteger)
59 }, ReturnType = typeof(Mono.Math.BigInteger))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Math.BigInteger), Member = "op_Subtraction", MemberParameters = new object[]
61 {
62 typeof(Mono.Math.BigInteger),
63 typeof(Mono.Math.BigInteger)
64 }, ReturnType = typeof(Mono.Math.BigInteger))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.InvalidTimeZoneException), Member = ".ctor", ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.LockRecursionException), Member = ".ctor", ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerRequest", Member = "SetRequestLine", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ListenerPrefix", Member = "CheckUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InControlException", Member = ".ctor", ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.UpaException", Member = ".ctor", MemberParameters = new object[]
71 {
72 typeof(object),
73 typeof(object)
74 }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonException", Member = ".ctor", ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipException", Member = ".ctor", ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibException", Member = ".ctor", ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Math.BigInteger.ModulusRing", Member = "Difference", MemberParameters = new object[] { "Mono.Math.BigInteger", "Mono.Math.BigInteger" }, ReturnType = "Mono.Math.BigInteger")]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Math.BigInteger", Member = "op_Subtraction", MemberParameters = new object[] { "Mono.Math.BigInteger", "Mono.Math.BigInteger" }, ReturnType = "Mono.Math.BigInteger")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "Init", ReturnType = typeof(void))]
83 public Exception()
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x6000D66")]
89 [global::Cpp2ILInjected.Address(RVA = "0x1C69A70", Offset = "0x1C69A70", Length = "0x30")]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ThreadManager", Member = "CheckThreadTerminiate", ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "FileFormatException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Input.MessageBox.<Show>d__4", Member = "MoveNext", ReturnType = typeof(void))]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Input.MessageBox", Member = "Cancel", MemberParameters = new object[] { "System.Nullable`1<Int32>" }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.MonoGameGLException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "DedServ", ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.NetMessage", Member = "SendData", MemberParameters = new object[]
98 {
99 typeof(int),
100 typeof(int),
101 typeof(int),
102 "Terraria.Localization.NetworkText",
103 typeof(int),
104 typeof(float),
105 typeof(float),
106 typeof(float),
107 typeof(int),
108 typeof(int),
109 typeof(int)
110 }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Player", Member = "LoadPlayer", MemberParameters = new object[]
112 {
113 typeof(string),
114 typeof(bool)
115 }, ReturnType = "Terraria.IO.PlayerFileData")]
116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Collision", Member = "DistFromSeg", MemberParameters = new object[]
117 {
118 "Microsoft.Xna.Framework.Vector2",
119 "Microsoft.Xna.Framework.Vector2",
120 "Microsoft.Xna.Framework.Vector2",
121 typeof(double),
122 typeof(ref float)
123 }, ReturnType = typeof(double))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Minecart", Member = "Initialize", ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Mount", Member = "Initialize", ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Recipe", Member = "SetIngredients", MemberParameters = new object[] { "System.Int32[]" }, ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldSections", Member = "GetNextMapDraw", MemberParameters = new object[]
128 {
129 "Microsoft.Xna.Framework.Vector2",
130 typeof(ref int),
131 typeof(ref int)
132 }, ReturnType = typeof(bool))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldBuilding.WorldGenerator", Member = "GenerateWorld", MemberParameters = new object[] { "Terraria.WorldBuilding.GenerationProgress" }, ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.IO.WorldFile_OldMobile", Member = "BadMarker", MemberParameters = new object[]
135 {
136 typeof(global::System.IO.BinaryReader),
137 typeof(string)
138 }, ReturnType = typeof(void))]
139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "CreateIntSet", MemberParameters = new object[]
140 {
141 typeof(int),
142 "System.Int32[]"
143 }, ReturnType = "System.Int32[]")]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "CreateUshortSet", MemberParameters = new object[]
145 {
146 typeof(ushort),
147 "System.UInt16[]"
148 }, ReturnType = "System.UInt16[]")]
149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "CreateFloatSet", MemberParameters = new object[]
150 {
151 typeof(float),
152 "System.Single[]"
153 }, ReturnType = "System.Single[]")]
154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ID.SetFactory", Member = "CreateCustomSet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T", "System.Object[]" }, ReturnType = "T[]")]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "LoadMapHeader", MemberParameters = new object[] { typeof(global::System.IO.BinaryReader) }, ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "LoadMapVersion1", MemberParameters = new object[]
157 {
158 typeof(global::System.IO.BinaryReader),
159 typeof(int)
160 }, ReturnType = typeof(void))]
161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "LoadMapVersion2", MemberParameters = new object[]
162 {
163 typeof(global::System.IO.BinaryReader),
164 typeof(int)
165 }, ReturnType = typeof(void))]
166 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Map.MapHelper", Member = "LoadMapVersionCompressed", MemberParameters = new object[]
167 {
168 typeof(global::System.IO.BinaryReader),
169 typeof(int)
170 }, ReturnType = typeof(void))]
171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Shaders.HairShaderDataSet", Member = "BindShader", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
172 {
173 typeof(int),
174 "T"
175 }, ReturnType = "T")]
176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Graphics.Effects.MissingEffectException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Chat.Commands.EmojiCommand", Member = "PrintWarning", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.Creative.CreativeItemSacrificesCatalog", Member = "Initialize", ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.EmoteBubble", Member = "DeserializeNetAnchor", MemberParameters = new object[]
180 {
181 typeof(int),
182 typeof(int)
183 }, ReturnType = "Terraria.GameContent.UI.WorldUIAnchor")]
184 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Math.Prime.PrimalityTests), Member = "GetSPPRounds", MemberParameters = new object[]
185 {
187 typeof(Mono.Math.Prime.ConfidenceFactor)
188 }, ReturnType = typeof(int))]
189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", ReturnType = typeof(void))]
190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ApplicationException), Member = ".ctor", ReturnType = typeof(void))]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.InvalidTimeZoneException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SystemException), Member = ".ctor", ReturnType = typeof(void))]
194 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TermInfoReader), Member = ".ctor", MemberParameters = new object[]
196 {
197 typeof(string),
198 typeof(string)
199 }, ReturnType = typeof(void))]
200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TermInfoReader), Member = "DetermineVersion", MemberParameters = new object[] { typeof(short) }, ReturnType = typeof(void))]
201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.LockRecursionException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskSchedulerException), Member = ".ctor", ReturnType = typeof(void))]
203 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.AmbiguousImplementationException), Member = ".ctor", ReturnType = typeof(void))]
204 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.AmbiguousImplementationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
205 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.ObjRef), Member = "SerializeType", ReturnType = typeof(byte[]))]
206 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "CheckReturnMessage", MemberParameters = new object[]
207 {
208 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
209 typeof(global::System.Runtime.Remoting.Messaging.IMessage)
210 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeWrappedException), Member = ".ctor", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.RegionInfo), Member = "GetByTerritory", MemberParameters = new object[] { typeof(global::System.Globalization.CultureInfo) }, ReturnType = typeof(bool))]
213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative.GssApiException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Interop.NetSecurityNative.GssApiException", Member = ".ctor", MemberParameters = new object[] { "Interop.NetSecurityNative.Status", "Interop.NetSecurityNative.Status" }, ReturnType = typeof(void))]
215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.<>c", Member = "<.cctor>b__27_0", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.<>c", Member = "<.cctor>b__27_1", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.SafeSocketHandle", Member = "ReleaseHandle", ReturnType = typeof(bool))]
218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.PlayerActionSet", Member = "LoadData", MemberParameters = new object[] { "System.Byte[]" }, ReturnType = typeof(void))]
219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InControlException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InputManager", Member = "AssertIsSetup", ReturnType = typeof(void))]
221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.SingletonMonoBehavior`1", Member = "get_Instance", ReturnType = "TComponent")]
222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionDelegateFactory", Member = "CreateGet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.Reflection.MemberInfo) }, ReturnType = "System.Func`2<T, Object>")]
224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionDelegateFactory", Member = "CreateSet", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(global::System.Reflection.MemberInfo) }, ReturnType = "System.Action`2<T, Object>")]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "Convert", MemberParameters = new object[]
226 {
227 typeof(object),
228 typeof(global::System.Globalization.CultureInfo),
229 typeof(global::System.Type)
230 }, ReturnType = typeof(object))]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.CollectionUtils", Member = "CopyFromJaggedToMultidimensionalArray", MemberParameters = new object[]
232 {
233 typeof(global::System.Collections.IList),
234 typeof(global::System.Array),
235 "System.Int32[]"
236 }, ReturnType = typeof(void))]
237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetCollectionItemType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(global::System.Type))]
238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ReflectionUtils", Member = "GetDictionaryKeyValueTypes", MemberParameters = new object[]
239 {
240 typeof(global::System.Type),
241 typeof(ref global::System.Type),
242 typeof(ref global::System.Type)
243 }, ReturnType = typeof(void))]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.PlayerPrefsException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UnityException", Member = ".ctor", ReturnType = typeof(void))]
246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UnityException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
248 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2Compressor", Member = "AddRunToOutputBlock", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(bool))]
249 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "SetupBlock", ReturnType = typeof(void))]
250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.GZipStream", Member = "set_FileName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zlib.ZlibException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Crc.CRC32", Member = "GetCrc32AndCopy", MemberParameters = new object[]
253 {
254 typeof(global::System.IO.Stream),
255 typeof(global::System.IO.Stream)
256 }, ReturnType = typeof(int))]
257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Crc.CRC32", Member = "SlurpBlock", MemberParameters = new object[]
258 {
259 "System.Byte[]",
260 typeof(int),
261 typeof(int)
262 }, ReturnType = typeof(void))]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509ExtensionCollection", Member = ".ctor", MemberParameters = new object[] { "Mono.Security.ASN1" }, ReturnType = typeof(void))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Interface.TlsException", Member = ".ctor", MemberParameters = new object[]
265 {
266 "Mono.Security.Interface.Alert",
267 typeof(string)
268 }, ReturnType = typeof(void))]
269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Math.Prime.PrimalityTests", Member = "GetSPPRounds", MemberParameters = new object[] { "Mono.Math.BigInteger", "Mono.Math.Prime.ConfidenceFactor" }, ReturnType = typeof(int))]
270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaException", Member = ".ctor", MemberParameters = new object[]
271 {
272 typeof(string),
273 typeof(string)
274 }, ReturnType = typeof(void))]
275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaProxy", Member = "Invoke", MemberParameters = new object[]
276 {
277 typeof(string),
278 "System.Object[]"
279 }, ReturnType = "UnityEngine.AndroidJavaObject")]
280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "CloneReference", ReturnType = "UnityEngine.AndroidJavaObject")]
281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_Call", MemberTypeParameters = new object[] { "ReturnType" }, MemberParameters = new object[]
283 {
284 typeof(string),
285 "System.Object[]"
286 }, ReturnType = "ReturnType")]
287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_Get", MemberTypeParameters = new object[] { "FieldType" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "FieldType")]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_Set", MemberTypeParameters = new object[] { "FieldType" }, MemberParameters = new object[]
289 {
290 typeof(string),
291 "FieldType"
292 }, ReturnType = typeof(void))]
293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_CallStatic", MemberTypeParameters = new object[] { "ReturnType" }, MemberParameters = new object[]
294 {
295 typeof(string),
296 "System.Object[]"
297 }, ReturnType = "ReturnType")]
298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_GetStatic", MemberTypeParameters = new object[] { "FieldType" }, MemberParameters = new object[] { typeof(string) }, ReturnType = "FieldType")]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaObject", Member = "_SetStatic", MemberTypeParameters = new object[] { "FieldType" }, MemberParameters = new object[]
300 {
301 typeof(string),
302 "FieldType"
303 }, ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaClass", Member = ".ctor", MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = typeof(void))]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "CreateJNIArgArray", MemberParameters = new object[] { "System.Object[]" }, ReturnType = "UnityEngine.jvalue[]")]
306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "UnboxArray", MemberParameters = new object[] { "UnityEngine.AndroidJavaObject" }, ReturnType = typeof(object))]
307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "Box", MemberParameters = new object[] { typeof(object) }, ReturnType = "UnityEngine.AndroidJavaObject")]
308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "ConvertToJNIArray", MemberParameters = new object[] { typeof(global::System.Array) }, ReturnType = typeof(global::System.IntPtr))]
309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "ConvertFromJNIArray", MemberTypeParameters = new object[] { "ArrayType" }, MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = "ArrayType")]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "GetFieldID", MemberParameters = new object[]
311 {
312 typeof(global::System.IntPtr),
313 typeof(string),
314 typeof(string),
315 typeof(bool)
316 }, ReturnType = typeof(global::System.IntPtr))]
317 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine._AndroidJNIHelper", Member = "GetSignature", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.ExitGUIException", Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
319 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 99)]
320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
321 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "Init", ReturnType = typeof(void))]
322 public Exception(string message)
323 {
324 throw null;
325 }
326
327 [global::Cpp2ILInjected.Token(Token = "0x6000D67")]
328 [global::Cpp2ILInjected.Address(RVA = "0x1C69AA0", Offset = "0x1C69AA0", Length = "0x38")]
329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException", Member = ".ctor", MemberParameters = new object[]
330 {
331 typeof(string),
332 typeof(global::System.Exception)
333 }, ReturnType = typeof(void))]
334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Content.AssetLoadException", Member = ".ctor", MemberParameters = new object[]
335 {
336 typeof(string),
337 typeof(global::System.Exception)
338 }, ReturnType = typeof(void))]
339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
340 {
341 typeof(string),
342 typeof(global::System.Collections.Generic.IList<global::System.Exception>)
343 }, ReturnType = typeof(void))]
344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
345 {
346 typeof(string),
347 typeof(global::System.Collections.Generic.IList<global::System.Runtime.ExceptionServices.ExceptionDispatchInfo>)
348 }, ReturnType = typeof(void))]
349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
350 {
351 typeof(string),
352 typeof(global::System.Exception)
353 }, ReturnType = typeof(void))]
354 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
355 {
356 typeof(string),
357 typeof(global::System.Exception)
358 }, ReturnType = typeof(void))]
359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskSchedulerException), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InControlException", Member = ".ctor", MemberParameters = new object[]
361 {
362 typeof(string),
363 typeof(global::System.Exception)
364 }, ReturnType = typeof(void))]
365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonException", Member = ".ctor", MemberParameters = new object[]
366 {
367 typeof(string),
368 typeof(global::System.Exception)
369 }, ReturnType = typeof(void))]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.ExecuteEvents", Member = "Execute", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "UnityEngine.GameObject", "UnityEngine.EventSystems.BaseEventData", "EventFunction`1<T>" }, ReturnType = typeof(bool))]
371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipException", Member = ".ctor", MemberParameters = new object[]
372 {
373 typeof(string),
374 typeof(global::System.Exception)
375 }, ReturnType = typeof(void))]
376 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
377 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "Init", ReturnType = typeof(void))]
379 public Exception(string message, global::System.Exception innerException)
380 {
381 throw null;
382 }
383
384 [global::Cpp2ILInjected.Token(Token = "0x6000D68")]
385 [global::Cpp2ILInjected.Address(RVA = "0x1C69AD8", Offset = "0x1C69AD8", Length = "0x45C")]
386 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
388 {
389 typeof(global::System.Runtime.Serialization.SerializationInfo),
390 typeof(global::System.Runtime.Serialization.StreamingContext)
391 }, ReturnType = typeof(void))]
392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
393 {
394 typeof(global::System.Runtime.Serialization.SerializationInfo),
395 typeof(global::System.Runtime.Serialization.StreamingContext)
396 }, ReturnType = typeof(void))]
397 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.InvalidTimeZoneException), Member = ".ctor", MemberParameters = new object[]
398 {
399 typeof(global::System.Runtime.Serialization.SerializationInfo),
400 typeof(global::System.Runtime.Serialization.StreamingContext)
401 }, ReturnType = typeof(void))]
402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
403 {
404 typeof(global::System.Runtime.Serialization.SerializationInfo),
405 typeof(global::System.Runtime.Serialization.StreamingContext)
406 }, ReturnType = typeof(void))]
407 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.LockRecursionException), Member = ".ctor", MemberParameters = new object[]
408 {
409 typeof(global::System.Runtime.Serialization.SerializationInfo),
410 typeof(global::System.Runtime.Serialization.StreamingContext)
411 }, ReturnType = typeof(void))]
412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskSchedulerException), Member = ".ctor", MemberParameters = new object[]
413 {
414 typeof(global::System.Runtime.Serialization.SerializationInfo),
415 typeof(global::System.Runtime.Serialization.StreamingContext)
416 }, ReturnType = typeof(void))]
417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.AmbiguousImplementationException), Member = ".ctor", MemberParameters = new object[]
418 {
419 typeof(global::System.Runtime.Serialization.SerializationInfo),
420 typeof(global::System.Runtime.Serialization.StreamingContext)
421 }, ReturnType = typeof(void))]
422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeWrappedException), Member = ".ctor", MemberParameters = new object[]
423 {
424 typeof(global::System.Runtime.Serialization.SerializationInfo),
425 typeof(global::System.Runtime.Serialization.StreamingContext)
426 }, ReturnType = typeof(void))]
427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.JsonException", Member = ".ctor", MemberParameters = new object[]
428 {
429 typeof(global::System.Runtime.Serialization.SerializationInfo),
430 typeof(global::System.Runtime.Serialization.StreamingContext)
431 }, ReturnType = typeof(void))]
432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UnityException", Member = ".ctor", MemberParameters = new object[]
433 {
434 typeof(global::System.Runtime.Serialization.SerializationInfo),
435 typeof(global::System.Runtime.Serialization.StreamingContext)
436 }, ReturnType = typeof(void))]
437 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
439 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
441 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetValueNoThrow", MemberParameters = new object[]
442 {
443 typeof(string),
444 typeof(global::System.Type)
445 }, ReturnType = typeof(object))]
446 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetValue", MemberParameters = new object[]
447 {
448 typeof(string),
449 typeof(global::System.Type)
450 }, ReturnType = typeof(object))]
451 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetInt32", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
452 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
453 {
454 typeof(string),
455 typeof(string)
456 }, ReturnType = typeof(string))]
457 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
458 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
459 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
460 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 33)]
461 protected Exception(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
462 {
463 throw null;
464 }
465
466 [global::Cpp2ILInjected.Token(Token = "0x1700011F")]
467 public virtual string Message
468 {
469 [global::Cpp2ILInjected.Token(Token = "0x6000D69")]
470 [global::Cpp2ILInjected.Address(RVA = "0x1C69F34", Offset = "0x1C69F34", Length = "0xC4")]
471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = "get_Message", ReturnType = typeof(string))]
472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArgumentException), Member = "get_Message", ReturnType = typeof(string))]
473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ObjectDisposedException), Member = "get_Message", ReturnType = typeof(string))]
474 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingMemberException), Member = "get_Message", ReturnType = typeof(string))]
475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ReflectionTypeLoadException), Member = "CreateString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.SocketException", Member = "get_Message", ReturnType = typeof(string))]
477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlException", Member = "get_Message", ReturnType = typeof(string))]
478 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlSchemaException", Member = "get_Message", ReturnType = typeof(string))]
479 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
480 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetClassName", ReturnType = typeof(string))]
481 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[]
482 {
483 typeof(string),
484 typeof(object[])
485 }, ReturnType = typeof(string))]
486 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
487 get
488 {
489 throw null;
490 }
491 }
492
493 [global::Cpp2ILInjected.Token(Token = "0x17000120")]
494 public virtual global::System.Collections.IDictionary Data
495 {
496 [global::Cpp2ILInjected.Token(Token = "0x6000D6A")]
497 [global::Cpp2ILInjected.Address(RVA = "0x1C6A02C", Offset = "0x1C6A02C", Length = "0x64")]
498 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
499 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ListDictionaryInternal), Member = ".ctor", ReturnType = typeof(void))]
500 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
501 get
502 {
503 throw null;
504 }
505 }
506
507 [global::Cpp2ILInjected.Token(Token = "0x6000D6B")]
508 [global::Cpp2ILInjected.Address(RVA = "0x1C69FF8", Offset = "0x1C69FF8", Length = "0x34")]
509 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
510 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = "get_Message", ReturnType = typeof(string))]
511 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = "ToString", MemberParameters = new object[]
512 {
513 typeof(bool),
514 typeof(bool)
515 }, ReturnType = typeof(string))]
516 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
517 {
518 typeof(global::System.Runtime.Serialization.SerializationInfo),
519 typeof(global::System.Runtime.Serialization.StreamingContext)
520 }, ReturnType = typeof(void))]
521 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
522 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
523 private string GetClassName()
524 {
525 throw null;
526 }
527
528 [global::Cpp2ILInjected.Token(Token = "0x17000121")]
529 public global::System.Exception InnerException
530 {
531 [global::Cpp2ILInjected.Token(Token = "0x6000D6C")]
532 [global::Cpp2ILInjected.Address(RVA = "0x1C6A098", Offset = "0x1C6A098", Length = "0x8")]
533 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
534 get
535 {
536 throw null;
537 }
538 }
539
540 [global::Cpp2ILInjected.Token(Token = "0x17000122")]
541 public virtual string StackTrace
542 {
543 [global::Cpp2ILInjected.Token(Token = "0x6000D6D")]
544 [global::Cpp2ILInjected.Address(RVA = "0x1C6A0A0", Offset = "0x1C6A0A0", Length = "0x8")]
545 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaException", Member = "get_StackTrace", ReturnType = typeof(string))]
546 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
547 get
548 {
549 throw null;
550 }
551 }
552
553 [global::Cpp2ILInjected.Token(Token = "0x6000D6E")]
554 [global::Cpp2ILInjected.Address(RVA = "0x1C6A0A8", Offset = "0x1C6A0A8", Length = "0x4C")]
555 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = "ToString", MemberParameters = new object[]
556 {
557 typeof(bool),
558 typeof(bool)
559 }, ReturnType = typeof(string))]
560 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
561 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetStackTrace", MemberParameters = new object[]
562 {
563 typeof(global::System.Exception),
564 typeof(bool)
565 }, ReturnType = typeof(string))]
566 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
567 {
568 typeof(string),
569 typeof(string)
570 }, ReturnType = typeof(string))]
571 private string GetStackTrace(bool needFileInfo)
572 {
573 throw null;
574 }
575
576 [global::Cpp2ILInjected.Token(Token = "0x6000D6F")]
577 [global::Cpp2ILInjected.Address(RVA = "0x1C6A0FC", Offset = "0x1C6A0FC", Length = "0x8")]
578 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = ".ctor", ReturnType = typeof(void))]
579 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
580 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = ".ctor", MemberParameters = new object[]
581 {
582 typeof(string),
583 typeof(string),
584 typeof(string),
585 typeof(int)
586 }, ReturnType = typeof(void))]
587 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadAbortException), Member = ".ctor", ReturnType = typeof(void))]
588 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadInterruptedException), Member = ".ctor", ReturnType = typeof(void))]
589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicException), Member = ".ctor", ReturnType = typeof(void))]
590 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicException), Member = ".ctor", MemberParameters = new object[]
592 {
593 typeof(string),
594 typeof(string)
595 }, ReturnType = typeof(void))]
596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicException), Member = ".ctor", MemberParameters = new object[]
597 {
598 typeof(string),
599 typeof(global::System.Exception)
600 }, ReturnType = typeof(void))]
601 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicException), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
602 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicUnexpectedOperationException), Member = ".ctor", ReturnType = typeof(void))]
603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicUnexpectedOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicUnexpectedOperationException), Member = ".ctor", MemberParameters = new object[]
605 {
606 typeof(string),
607 typeof(string)
608 }, ReturnType = typeof(void))]
609 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicUnexpectedOperationException), Member = ".ctor", MemberParameters = new object[]
610 {
611 typeof(string),
612 typeof(global::System.Exception)
613 }, ReturnType = typeof(void))]
614 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 18)]
615 internal void SetErrorCode(int hr)
616 {
617 throw null;
618 }
619
620 [global::Cpp2ILInjected.Token(Token = "0x17000123")]
621 public virtual string Source
622 {
623 [global::Cpp2ILInjected.Token(Token = "0x6000D70")]
624 [global::Cpp2ILInjected.Address(RVA = "0x1C6A104", Offset = "0x1C6A104", Length = "0xF0")]
625 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
626 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
627 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Diagnostics.StackTrace), Member = ".ctor", MemberParameters = new object[]
628 {
629 typeof(global::System.Exception),
630 typeof(bool)
631 }, ReturnType = typeof(void))]
632 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MethodBase), Member = "op_Inequality", MemberParameters = new object[]
633 {
634 typeof(global::System.Reflection.MethodBase),
635 typeof(global::System.Reflection.MethodBase)
636 }, ReturnType = typeof(bool))]
637 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
638 get
639 {
640 throw null;
641 }
642 }
643
644 [global::Cpp2ILInjected.Token(Token = "0x6000D71")]
645 [global::Cpp2ILInjected.Address(RVA = "0x1C6A1F4", Offset = "0x1C6A1F4", Length = "0xC")]
646 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = "ToString", ReturnType = typeof(string))]
647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityException), Member = "ToString", ReturnType = typeof(string))]
648 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ReflectionTypeLoadException), Member = "CreateString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
649 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
650 public override string ToString()
651 {
652 throw null;
653 }
654
655 [global::Cpp2ILInjected.Token(Token = "0x6000D72")]
656 [global::Cpp2ILInjected.Address(RVA = "0x1C6A200", Offset = "0x1C6A200", Length = "0x250")]
657 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Exception), Member = "ToString", MemberParameters = new object[]
659 {
660 typeof(bool),
661 typeof(bool)
662 }, ReturnType = typeof(string))]
663 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
664 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetClassName", ReturnType = typeof(string))]
665 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
666 {
667 typeof(string),
668 typeof(string),
669 typeof(string)
670 }, ReturnType = typeof(string))]
671 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "ToString", MemberParameters = new object[]
672 {
673 typeof(bool),
674 typeof(bool)
675 }, ReturnType = typeof(string))]
676 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_NewLine", ReturnType = typeof(string))]
677 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
678 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
679 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetStackTrace", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
680 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
681 private string ToString(bool needFileLineInfo, bool needMessage)
682 {
683 throw null;
684 }
685
686 [global::Cpp2ILInjected.Token(Token = "0x6000D73")]
687 [global::Cpp2ILInjected.Address(RVA = "0x1C6A450", Offset = "0x1C6A450", Length = "0x4A0")]
688 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = "GetObjectData", MemberParameters = new object[]
690 {
691 typeof(global::System.Runtime.Serialization.SerializationInfo),
692 typeof(global::System.Runtime.Serialization.StreamingContext)
693 }, ReturnType = typeof(void))]
694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArgumentException), Member = "GetObjectData", MemberParameters = new object[]
695 {
696 typeof(global::System.Runtime.Serialization.SerializationInfo),
697 typeof(global::System.Runtime.Serialization.StreamingContext)
698 }, ReturnType = typeof(void))]
699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BadImageFormatException), Member = "GetObjectData", MemberParameters = new object[]
700 {
701 typeof(global::System.Runtime.Serialization.SerializationInfo),
702 typeof(global::System.Runtime.Serialization.StreamingContext)
703 }, ReturnType = typeof(void))]
704 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ObjectDisposedException), Member = "GetObjectData", MemberParameters = new object[]
705 {
706 typeof(global::System.Runtime.Serialization.SerializationInfo),
707 typeof(global::System.Runtime.Serialization.StreamingContext)
708 }, ReturnType = typeof(void))]
709 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeInitializationException), Member = "GetObjectData", MemberParameters = new object[]
710 {
711 typeof(global::System.Runtime.Serialization.SerializationInfo),
712 typeof(global::System.Runtime.Serialization.StreamingContext)
713 }, ReturnType = typeof(void))]
714 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingMemberException), Member = "GetObjectData", MemberParameters = new object[]
715 {
716 typeof(global::System.Runtime.Serialization.SerializationInfo),
717 typeof(global::System.Runtime.Serialization.StreamingContext)
718 }, ReturnType = typeof(void))]
719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = "GetObjectData", MemberParameters = new object[]
720 {
721 typeof(global::System.Runtime.Serialization.SerializationInfo),
722 typeof(global::System.Runtime.Serialization.StreamingContext)
723 }, ReturnType = typeof(void))]
724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.SecurityException), Member = "GetObjectData", MemberParameters = new object[]
725 {
726 typeof(global::System.Runtime.Serialization.SerializationInfo),
727 typeof(global::System.Runtime.Serialization.StreamingContext)
728 }, ReturnType = typeof(void))]
729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.RuntimeWrappedException), Member = "GetObjectData", MemberParameters = new object[]
730 {
731 typeof(global::System.Runtime.Serialization.SerializationInfo),
732 typeof(global::System.Runtime.Serialization.StreamingContext)
733 }, ReturnType = typeof(void))]
734 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ReflectionTypeLoadException), Member = "GetObjectData", MemberParameters = new object[]
735 {
736 typeof(global::System.Runtime.Serialization.SerializationInfo),
737 typeof(global::System.Runtime.Serialization.StreamingContext)
738 }, ReturnType = typeof(void))]
739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileLoadException), Member = "GetObjectData", MemberParameters = new object[]
740 {
741 typeof(global::System.Runtime.Serialization.SerializationInfo),
742 typeof(global::System.Runtime.Serialization.StreamingContext)
743 }, ReturnType = typeof(void))]
744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileNotFoundException), Member = "GetObjectData", MemberParameters = new object[]
745 {
746 typeof(global::System.Runtime.Serialization.SerializationInfo),
747 typeof(global::System.Runtime.Serialization.StreamingContext)
748 }, ReturnType = typeof(void))]
749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.UriFormatException", Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
750 {
751 typeof(global::System.Runtime.Serialization.SerializationInfo),
752 typeof(global::System.Runtime.Serialization.StreamingContext)
753 }, ReturnType = typeof(void))]
754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexMatchTimeoutException", Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
755 {
756 typeof(global::System.Runtime.Serialization.SerializationInfo),
757 typeof(global::System.Runtime.Serialization.StreamingContext)
758 }, ReturnType = typeof(void))]
759 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ProtocolViolationException", Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
760 {
761 typeof(global::System.Runtime.Serialization.SerializationInfo),
762 typeof(global::System.Runtime.Serialization.StreamingContext)
763 }, ReturnType = typeof(void))]
764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.ProtocolViolationException", Member = "GetObjectData", MemberParameters = new object[]
765 {
766 typeof(global::System.Runtime.Serialization.SerializationInfo),
767 typeof(global::System.Runtime.Serialization.StreamingContext)
768 }, ReturnType = typeof(void))]
769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebException", Member = "GetObjectData", MemberParameters = new object[]
770 {
771 typeof(global::System.Runtime.Serialization.SerializationInfo),
772 typeof(global::System.Runtime.Serialization.StreamingContext)
773 }, ReturnType = typeof(void))]
774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieException", Member = "System.Runtime.Serialization.ISerializable.GetObjectData", MemberParameters = new object[]
775 {
776 typeof(global::System.Runtime.Serialization.SerializationInfo),
777 typeof(global::System.Runtime.Serialization.StreamingContext)
778 }, ReturnType = typeof(void))]
779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CookieException", Member = "GetObjectData", MemberParameters = new object[]
780 {
781 typeof(global::System.Runtime.Serialization.SerializationInfo),
782 typeof(global::System.Runtime.Serialization.StreamingContext)
783 }, ReturnType = typeof(void))]
784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.WarningException", Member = "GetObjectData", MemberParameters = new object[]
785 {
786 typeof(global::System.Runtime.Serialization.SerializationInfo),
787 typeof(global::System.Runtime.Serialization.StreamingContext)
788 }, ReturnType = typeof(void))]
789 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.LicenseException", Member = "GetObjectData", MemberParameters = new object[]
790 {
791 typeof(global::System.Runtime.Serialization.SerializationInfo),
792 typeof(global::System.Runtime.Serialization.StreamingContext)
793 }, ReturnType = typeof(void))]
794 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.Win32Exception", Member = "GetObjectData", MemberParameters = new object[]
795 {
796 typeof(global::System.Runtime.Serialization.SerializationInfo),
797 typeof(global::System.Runtime.Serialization.StreamingContext)
798 }, ReturnType = typeof(void))]
799 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlException", Member = "GetObjectData", MemberParameters = new object[]
800 {
801 typeof(global::System.Runtime.Serialization.SerializationInfo),
802 typeof(global::System.Runtime.Serialization.StreamingContext)
803 }, ReturnType = typeof(void))]
804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.Schema.XmlSchemaException", Member = "GetObjectData", MemberParameters = new object[]
805 {
806 typeof(global::System.Runtime.Serialization.SerializationInfo),
807 typeof(global::System.Runtime.Serialization.StreamingContext)
808 }, ReturnType = typeof(void))]
809 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 24)]
810 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetStackTrace", MemberParameters = new object[]
811 {
812 typeof(global::System.Exception),
813 typeof(bool)
814 }, ReturnType = typeof(string))]
815 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetClassName", ReturnType = typeof(string))]
816 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
817 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
818 {
819 typeof(string),
820 typeof(object),
821 typeof(global::System.Type)
822 }, ReturnType = typeof(void))]
823 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
824 {
825 typeof(string),
826 typeof(object)
827 }, ReturnType = typeof(void))]
828 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
829 {
830 typeof(string),
831 typeof(int)
832 }, ReturnType = typeof(void))]
833 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = "get_IsActive", ReturnType = typeof(bool))]
834 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = "CompleteSerialization", MemberParameters = new object[]
835 {
836 typeof(object),
837 typeof(global::System.Runtime.Serialization.SerializationInfo),
838 typeof(global::System.Runtime.Serialization.StreamingContext)
839 }, ReturnType = typeof(void))]
840 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
841 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 27)]
842 public virtual void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
843 {
844 throw null;
845 }
846
847 [global::System.Runtime.Serialization.OnDeserialized]
848 [global::Cpp2ILInjected.Token(Token = "0x6000D74")]
849 [global::Cpp2ILInjected.Address(RVA = "0x1C6A8F0", Offset = "0x1C6A8F0", Length = "0x78")]
850 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
851 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = "CompleteDeserialization", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
852 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = ".ctor", ReturnType = typeof(void))]
853 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
854 private void OnDeserialized(global::System.Runtime.Serialization.StreamingContext context)
855 {
856 throw null;
857 }
858
859 [global::Cpp2ILInjected.Token(Token = "0x6000D75")]
860 [global::Cpp2ILInjected.Address(RVA = "0x1C6A0F4", Offset = "0x1C6A0F4", Length = "0x8")]
861 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
862 private string StripFileInfo(string stackTrace, bool isRemoteStackTrace)
863 {
864 throw null;
865 }
866
867 [global::Cpp2ILInjected.Token(Token = "0x6000D76")]
868 [global::Cpp2ILInjected.Address(RVA = "0x1C6A968", Offset = "0x1C6A968", Length = "0x94")]
869 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo), Member = "Throw", ReturnType = typeof(void))]
870 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
871 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
872 internal void RestoreExceptionDispatchInfo(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo exceptionDispatchInfo)
873 {
874 throw null;
875 }
876
877 [global::Cpp2ILInjected.Token(Token = "0x17000124")]
878 public int HResult
879 {
880 [global::Cpp2ILInjected.Token(Token = "0x6000D77")]
881 [global::Cpp2ILInjected.Address(RVA = "0x1C6A9FC", Offset = "0x1C6A9FC", Length = "0x8")]
882 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
883 get
884 {
885 throw null;
886 }
887 [global::Cpp2ILInjected.Token(Token = "0x6000D78")]
888 [global::Cpp2ILInjected.Address(RVA = "0x1C6AA04", Offset = "0x1C6AA04", Length = "0x8")]
889 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
890 protected set
891 {
892 throw null;
893 }
894 }
895
896 [global::Cpp2ILInjected.Token(Token = "0x6000D79")]
897 [global::Cpp2ILInjected.Address(RVA = "0x1C6A090", Offset = "0x1C6A090", Length = "0x8")]
898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BadImageFormatException), Member = "ToString", ReturnType = typeof(string))]
899 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.ExternalException), Member = "ToString", ReturnType = typeof(string))]
900 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.COMException), Member = "ToString", ReturnType = typeof(string))]
901 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileLoadException), Member = "ToString", ReturnType = typeof(string))]
902 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileNotFoundException), Member = "ToString", ReturnType = typeof(string))]
903 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
904 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.StackTraceUtility", Member = "ExtractStringFromExceptionInternal", MemberParameters = new object[]
905 {
906 typeof(object),
907 typeof(ref string),
908 typeof(ref string)
909 }, ReturnType = typeof(void))]
910 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
911 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
912 public new global::System.Type GetType()
913 {
914 throw null;
915 }
916
917 [global::Cpp2ILInjected.Token(Token = "0x6000D7A")]
918 [global::Cpp2ILInjected.Address(RVA = "0x1C6AA0C", Offset = "0x1C6AA0C", Length = "0x84")]
919 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
920 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadAbortException), Member = ".ctor", ReturnType = typeof(void))]
921 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadInterruptedException), Member = ".ctor", ReturnType = typeof(void))]
922 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
923 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
924 internal static string GetMessageFromNativeResources(global::System.Exception.ExceptionMessageKind kind)
925 {
926 throw null;
927 }
928
929 [global::Cpp2ILInjected.Token(Token = "0x6000D7B")]
930 [global::Cpp2ILInjected.Address(RVA = "0x1C6AA90", Offset = "0x1C6AA90", Length = "0xE8")]
931 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
932 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = "PrivateInvoke", MemberParameters = new object[]
933 {
934 typeof(global::System.Runtime.Remoting.Proxies.RealProxy),
935 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
936 typeof(ref global::System.Exception),
937 typeof(ref object[])
938 }, ReturnType = typeof(object))]
939 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
940 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_NewLine", ReturnType = typeof(string))]
941 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
942 {
943 typeof(string),
944 typeof(object),
945 typeof(object),
946 typeof(object)
947 }, ReturnType = typeof(string))]
948 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
949 internal global::System.Exception FixRemotingException()
950 {
951 throw null;
952 }
953
954 [global::Cpp2ILInjected.Token(Token = "0x6000D7C")]
955 [global::Cpp2ILInjected.Address(RVA = "0x1C6AB78", Offset = "0x1C6AB78", Length = "0x4")]
956 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.OSSpecificSynchronizationContext), Member = "InvocationEntry", MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = typeof(void))]
957 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
958 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
959 [MethodImpl(4096)]
960 internal static extern void ReportUnhandledException(global::System.Exception exception);
961
962 // Note: this type is marked as 'beforefieldinit'.
963 [global::Cpp2ILInjected.Token(Token = "0x6000D7D")]
964 [global::Cpp2ILInjected.Address(RVA = "0x1C6AB7C", Offset = "0x1C6AB7C", Length = "0x70")]
965 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
966 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
967 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
968 static Exception()
969 {
970 throw null;
971 }
972
973 [global::System.Runtime.Serialization.OptionalField]
974 [global::Cpp2ILInjected.Token(Token = "0x400051F")]
975 private static object s_EDILock;
976
977 [global::Cpp2ILInjected.Token(Token = "0x4000520")]
978 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
979 private string _className;
980
981 [global::Cpp2ILInjected.Token(Token = "0x4000521")]
982 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
983 internal string _message;
984
985 [global::Cpp2ILInjected.Token(Token = "0x4000522")]
986 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
987 private global::System.Collections.IDictionary _data;
988
989 [global::Cpp2ILInjected.Token(Token = "0x4000523")]
990 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
991 private global::System.Exception _innerException;
992
993 [global::Cpp2ILInjected.Token(Token = "0x4000524")]
994 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
995 private string _helpURL;
996
997 [global::Cpp2ILInjected.Token(Token = "0x4000525")]
998 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
999 private object _stackTrace;
1000
1001 [global::Cpp2ILInjected.Token(Token = "0x4000526")]
1002 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
1003 private string _stackTraceString;
1004
1005 [global::Cpp2ILInjected.Token(Token = "0x4000527")]
1006 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
1008
1009 [global::Cpp2ILInjected.Token(Token = "0x4000528")]
1010 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
1012
1013 [global::Cpp2ILInjected.Token(Token = "0x4000529")]
1014 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
1015 private object _dynamicMethods;
1016
1017 [global::Cpp2ILInjected.Token(Token = "0x400052A")]
1018 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
1019 internal int _HResult;
1020
1021 [global::Cpp2ILInjected.Token(Token = "0x400052B")]
1022 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
1023 private string _source;
1024
1025 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 4)]
1026 [global::Cpp2ILInjected.Token(Token = "0x400052C")]
1027 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
1028 private global::System.Runtime.Serialization.SafeSerializationManager _safeSerializationManager;
1029
1030 [global::Cpp2ILInjected.Token(Token = "0x400052D")]
1031 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
1032 internal global::System.Diagnostics.StackTrace[] captured_traces;
1033
1034 [global::Cpp2ILInjected.Token(Token = "0x400052E")]
1035 [global::Cpp2ILInjected.FieldOffset(Offset = "0x80")]
1036 private global::System.IntPtr[] native_trace_ips;
1037
1038 [global::Cpp2ILInjected.Token(Token = "0x400052F")]
1039 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
1041
1042 [global::Cpp2ILInjected.Token(Token = "0x4000530")]
1043 private const int _COMPlusExceptionCode = -532462766;
1044
1045 [global::Cpp2ILInjected.Token(Token = "0x2000153")]
1047 {
1048 [global::Cpp2ILInjected.Token(Token = "0x4000532")]
1049 ThreadAbort = 1,
1050 [global::Cpp2ILInjected.Token(Token = "0x4000533")]
1051 ThreadInterrupted,
1052 [global::Cpp2ILInjected.Token(Token = "0x4000534")]
1053 OutOfMemory
1054 }
1055 }
1056}
class f__AnonymousType0<< Count > j__TPar
void OnDeserialized(global::System.Runtime.Serialization.StreamingContext context)
Definition Exception.cs:854
string GetStackTrace(bool needFileInfo)
Definition Exception.cs:571
void RestoreExceptionDispatchInfo(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo exceptionDispatchInfo)
Definition Exception.cs:872
string StripFileInfo(string stackTrace, bool isRemoteStackTrace)
Definition Exception.cs:862
global::System.Collections.IDictionary _data
Definition Exception.cs:987
override string ToString()
Definition Exception.cs:650
static object s_EDILock
Definition Exception.cs:975
static Exception()
Definition Exception.cs:968
object _dynamicMethods
void SetErrorCode(int hr)
Definition Exception.cs:615
new global::System.Type GetType()
Definition Exception.cs:912
global::System.Runtime.Serialization.SafeSerializationManager _safeSerializationManager
string _stackTraceString
global::System.IntPtr[] native_trace_ips
static string GetMessageFromNativeResources(global::System.Exception.ExceptionMessageKind kind)
Definition Exception.cs:924
static void ReportUnhandledException(global::System.Exception exception)
global::System.Exception FixRemotingException()
Definition Exception.cs:949
Exception(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
Definition Exception.cs:461
global::System.Diagnostics.StackTrace[] captured_traces
virtual void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
Definition Exception.cs:842
string ToString(bool needFileLineInfo, bool needMessage)
Definition Exception.cs:681
Exception(string message, global::System.Exception innerException)
Definition Exception.cs:379
string GetClassName()
Definition Exception.cs:523
string _remoteStackTraceString
Exception(string message)
Definition Exception.cs:322
global::System.Exception _innerException
Definition Exception.cs:991