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
TargetException.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Reflection
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20004F2")]
10 [global::System.Serializable]
11 public class TargetException : global::System.ApplicationException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60024CE")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B86870", Offset = "0x1B86870", Length = "0x2C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(global::System.Exception)
21 }, ReturnType = typeof(void))]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x60024CF")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1B8689C", Offset = "0x1B8689C", Length = "0x28")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeFieldInfo), Member = "CheckConsistency", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeFieldInfo), Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeFieldInfo), Member = "SetValue", MemberParameters = new object[]
33 {
34 typeof(object),
35 typeof(object),
37 typeof(Binder),
38 typeof(global::System.Globalization.CultureInfo)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeMethodInfo), Member = "Invoke", MemberParameters = new object[]
41 {
42 typeof(object),
44 typeof(Binder),
45 typeof(object[]),
46 typeof(global::System.Globalization.CultureInfo)
47 }, ReturnType = typeof(object))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeConstructorInfo), Member = "Invoke", MemberParameters = new object[]
49 {
50 typeof(object),
52 typeof(Binder),
53 typeof(object[]),
54 typeof(global::System.Globalization.CultureInfo)
55 }, ReturnType = typeof(object))]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
58 {
59 typeof(string),
60 typeof(global::System.Exception)
61 }, ReturnType = typeof(void))]
62 public TargetException(string message)
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x60024D0")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1B868C4", Offset = "0x1B868C4", Length = "0x24")]
69 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
72 {
73 typeof(string),
74 typeof(global::System.Exception)
75 }, ReturnType = typeof(void))]
76 public TargetException(string message, global::System.Exception inner)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x60024D1")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1B868E8", Offset = "0x1B868E8", Length = "0x8")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
85 {
86 typeof(global::System.Runtime.Serialization.SerializationInfo),
87 typeof(global::System.Runtime.Serialization.StreamingContext)
88 }, ReturnType = typeof(void))]
89 protected TargetException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
90 {
91 throw null;
92 }
93 }
94}
class f__AnonymousType0<< Count > j__TPar
TargetException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
TargetException(string message, global::System.Exception inner)