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
ExecutionEngineException.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::System.Obsolete("This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")]
9 [global::Cpp2ILInjected.Token(Token = "0x20000A6")]
10 [global::System.Serializable]
11 public sealed class ExecutionEngineException : global::System.SystemException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000678")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C1EEF0", Offset = "0x1C1EEF0", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6000679")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C1EF4C", Offset = "0x1C1EF4C", Length = "0x24")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
29 public ExecutionEngineException(string message)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x600067A")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1C1EF70", Offset = "0x1C1EF70", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
38 {
39 typeof(global::System.Runtime.Serialization.SerializationInfo),
40 typeof(global::System.Runtime.Serialization.StreamingContext)
41 }, ReturnType = typeof(void))]
42 internal ExecutionEngineException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
43 {
44 throw null;
45 }
46 }
47}
class f__AnonymousType0<< Count > j__TPar
ExecutionEngineException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)