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
TargetInvocationException.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Reflection
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20004F3")]
10 [global::System.Serializable]
11 public sealed class TargetInvocationException : global::System.ApplicationException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60024D2")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B868F0", Offset = "0x1B868F0", Length = "0x6C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeMethodInfo), Member = "Invoke", MemberParameters = new object[]
17 {
18 typeof(object),
21 typeof(object[]),
22 typeof(global::System.Globalization.CultureInfo)
23 }, ReturnType = typeof(object))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeConstructorInfo), Member = "InternalInvoke", MemberParameters = new object[]
25 {
26 typeof(object),
27 typeof(object[]),
28 typeof(bool)
29 }, ReturnType = typeof(object))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimePropertyInfo), Member = "GetValue", MemberParameters = new object[]
31 {
32 typeof(object),
35 typeof(object[]),
36 typeof(global::System.Globalization.CultureInfo)
37 }, ReturnType = typeof(object))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(global::System.Exception)
43 }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x60024D3")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1B8695C", Offset = "0x1B8695C", Length = "0x24")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.AsyncCompletedEventArgs", Member = "RaiseExceptionIfNecessary", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.ReflectPropertyDescriptor", Member = "GetValue", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.AndroidJavaProxy", Member = "Invoke", MemberParameters = new object[]
56 {
57 typeof(string),
58 "System.Object[]"
59 }, ReturnType = "UnityEngine.AndroidJavaObject")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(global::System.Exception)
65 }, ReturnType = typeof(void))]
66 public TargetInvocationException(string message, global::System.Exception inner)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x60024D4")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1B86980", Offset = "0x1B86980", Length = "0x8")]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
75 {
76 typeof(global::System.Runtime.Serialization.SerializationInfo),
77 typeof(global::System.Runtime.Serialization.StreamingContext)
78 }, ReturnType = typeof(void))]
79 internal TargetInvocationException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
80 {
81 throw null;
82 }
83 }
84}
class f__AnonymousType0<< Count > j__TPar
TargetInvocationException(global::System.Exception inner)
TargetInvocationException(string message, global::System.Exception inner)
TargetInvocationException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)