terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ThreadAbortException.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Threading
6{
7 // Token: 0x020001FA RID: 506
8 [ComVisible(true)]
11 {
12 // Token: 0x0600122E RID: 4654 RVA: 0x00026678 File Offset: 0x00024878
14 {
15 if (!true)
16 {
17 }
20 base.SetErrorCode(5424);
21 }
22
23 // Token: 0x0600122F RID: 4655 RVA: 0x000266A4 File Offset: 0x000248A4
25 : base(info, context)
26 {
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
static string GetMessageFromNativeResources(Exception.ExceptionMessageKind kind)
Definition Exception.cs:375
ThreadAbortException(SerializationInfo info, StreamingContext context)