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
CustomAttributeFormatException.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Reflection
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20004CD")]
10 [global::System.Serializable]
11 public class CustomAttributeFormatException : global::System.FormatException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600237A")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B809C0", Offset = "0x1B809C0", Length = "0x60")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(global::System.Exception)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x600237B")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B80A20", Offset = "0x1B80A20", Length = "0x28")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
32 {
34 typeof(global::System.Type),
35 typeof(bool)
36 }, ReturnType = typeof(object[]))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributesData", MemberParameters = new object[]
38 {
39 typeof(ICustomAttributeProvider),
40 typeof(global::System.Type),
41 typeof(bool)
42 }, ReturnType = typeof(global::System.Collections.Generic.IList<CustomAttributeData>))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(global::System.Exception)
48 }, ReturnType = typeof(void))]
49 public CustomAttributeFormatException(string message)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x600237C")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1B80A48", Offset = "0x1B80A48", Length = "0x24")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[]
59 {
60 typeof(string),
61 typeof(global::System.Exception)
62 }, ReturnType = typeof(void))]
63 public CustomAttributeFormatException(string message, global::System.Exception inner)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x600237D")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1B80A6C", Offset = "0x1B80A6C", Length = "0x8")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.FormatException), Member = ".ctor", MemberParameters = new object[]
72 {
73 typeof(global::System.Runtime.Serialization.SerializationInfo),
74 typeof(global::System.Runtime.Serialization.StreamingContext)
75 }, ReturnType = typeof(void))]
76 protected CustomAttributeFormatException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
77 {
78 throw null;
79 }
80 }
81}
class f__AnonymousType0<< Count > j__TPar
CustomAttributeFormatException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
CustomAttributeFormatException(string message, global::System.Exception inner)