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
InvalidFilterCriteriaException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Reflection
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20004D7")]
9 [global::System.Serializable]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60023AE")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B81DA4", Offset = "0x1B81DA4", Length = "0x60")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
17 {
18 typeof(string),
19 typeof(global::System.Exception)
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x60023AF")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1B81E04", Offset = "0x1B81E04", Length = "0x28")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "FilterAttributeImpl", MemberParameters = new object[]
31 {
33 typeof(object)
34 }, ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "FilterNameImpl", MemberParameters = new object[]
36 {
37 typeof(MemberInfo),
38 typeof(object)
39 }, ReturnType = typeof(bool))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "FilterNameIgnoreCaseImpl", MemberParameters = new object[]
41 {
42 typeof(MemberInfo),
43 typeof(object)
44 }, ReturnType = typeof(bool))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Module), Member = "FilterTypeNameImpl", MemberParameters = new object[]
46 {
47 typeof(global::System.Type),
48 typeof(object)
49 }, ReturnType = typeof(bool))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Module), Member = "FilterTypeNameIgnoreCaseImpl", MemberParameters = new object[]
51 {
52 typeof(global::System.Type),
53 typeof(object)
54 }, ReturnType = typeof(bool))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(global::System.Exception)
60 }, ReturnType = typeof(void))]
61 public InvalidFilterCriteriaException(string message)
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x60023B0")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1B81E2C", Offset = "0x1B81E2C", Length = "0x24")]
68 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
71 {
72 typeof(string),
73 typeof(global::System.Exception)
74 }, ReturnType = typeof(void))]
75 public InvalidFilterCriteriaException(string message, global::System.Exception inner)
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x60023B1")]
81 [global::Cpp2ILInjected.Address(RVA = "0x1B81E50", Offset = "0x1B81E50", Length = "0x8")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
84 {
85 typeof(global::System.Runtime.Serialization.SerializationInfo),
86 typeof(global::System.Runtime.Serialization.StreamingContext)
87 }, ReturnType = typeof(void))]
88 protected InvalidFilterCriteriaException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
89 {
90 throw null;
91 }
92 }
93}
class f__AnonymousType0<< Count > j__TPar
InvalidFilterCriteriaException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
InvalidFilterCriteriaException(string message, global::System.Exception inner)