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
TypeInitializationException.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000113")]
10 [global::System.Serializable]
11 public sealed class TypeInitializationException : global::System.SystemException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000AA0")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C503B8", Offset = "0x1C503B8", Length = "0x58")]
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 = "0x6000AA1")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C50410", Offset = "0x1C50410", Length = "0x80")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.JapaneseCalendar), Member = ".ctor", ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.TaiwanCalendar), Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
31 {
32 typeof(string),
33 typeof(object)
34 }, ReturnType = typeof(string))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
36 {
37 typeof(string),
38 typeof(global::System.Exception)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
41 public TypeInitializationException(string fullTypeName, global::System.Exception innerException)
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6000AA2")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1C50490", Offset = "0x1C50490", Length = "0x38")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
51 {
52 typeof(string),
53 typeof(global::System.Exception)
54 }, ReturnType = typeof(void))]
55 internal TypeInitializationException(string fullTypeName, string message, global::System.Exception innerException)
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x6000AA3")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1C504C8", Offset = "0x1C504C8", Length = "0x84")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
64 {
65 typeof(global::System.Runtime.Serialization.SerializationInfo),
66 typeof(global::System.Runtime.Serialization.StreamingContext)
67 }, ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
70 internal TypeInitializationException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6000AA4")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1C5054C", Offset = "0x1C5054C", Length = "0x100")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
79 {
80 typeof(global::System.Runtime.Serialization.SerializationInfo),
81 typeof(global::System.Runtime.Serialization.StreamingContext)
82 }, ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
85 {
86 typeof(string),
87 typeof(object),
88 typeof(global::System.Type)
89 }, ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
91 public override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x170000F1")]
97 public string TypeName
98 {
99 [global::Cpp2ILInjected.Token(Token = "0x6000AA5")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1C5064C", Offset = "0x1C5064C", Length = "0x54")]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
103 get
104 {
105 throw null;
106 }
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x40003F5")]
110 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
111 private string _typeName;
112 }
113}
class f__AnonymousType0<< Count > j__TPar
TypeInitializationException(string fullTypeName, global::System.Exception innerException)
TypeInitializationException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
TypeInitializationException(string fullTypeName, string message, global::System.Exception innerException)