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
StackOverflowException.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000FC")]
9 [global::System.Serializable]
10 public sealed class StackOverflowException : global::System.SystemException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600097A")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C4A3FC", Offset = "0x1C4A3FC", Length = "0x58")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x600097B")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1C4A454", Offset = "0x1C4A454", Length = "0x20")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
28 public StackOverflowException(string message)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x600097C")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1C4A474", Offset = "0x1C4A474", Length = "0x4")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
37 {
38 typeof(global::System.Runtime.Serialization.SerializationInfo),
39 typeof(global::System.Runtime.Serialization.StreamingContext)
40 }, ReturnType = typeof(void))]
41 internal StackOverflowException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
42 {
43 throw null;
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
StackOverflowException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)