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
ThreadAbortException.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Threading
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x20001FA")]
11 [global::System.Serializable]
12 public sealed class ThreadAbortException : global::System.SystemException
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600122E")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C9E158", Offset = "0x1C9E158", Length = "0x7C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetMessageFromNativeResources", MemberParameters = new object[] { typeof(global::System.Exception.ExceptionMessageKind) }, ReturnType = typeof(string))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "SetErrorCode", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600122F")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1C9E1D4", Offset = "0x1C9E1D4", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
31 {
32 typeof(global::System.Runtime.Serialization.SerializationInfo),
33 typeof(global::System.Runtime.Serialization.StreamingContext)
34 }, ReturnType = typeof(void))]
35 internal ThreadAbortException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
36 {
37 throw null;
38 }
39 }
40}
class f__AnonymousType0<< Count > j__TPar
ThreadAbortException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)