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
ThreadInterruptedException.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Threading
6{
7 // Token: 0x020001FB RID: 507
8 [ComVisible(true)]
11 {
12 // Token: 0x06001230 RID: 4656 RVA: 0x000266BC File Offset: 0x000248BC
14 {
15 if (!true)
16 {
17 }
20 base.SetErrorCode(5401);
21 }
22
23 // Token: 0x06001231 RID: 4657 RVA: 0x000266E8 File Offset: 0x000248E8
25 : base(info, context)
26 {
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
static string GetMessageFromNativeResources(Exception.ExceptionMessageKind kind)
Definition Exception.cs:375
ThreadInterruptedException(SerializationInfo info, StreamingContext context)