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
WaitHandleCannotBeOpenedException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001C7 RID: 455
9 {
10 // Token: 0x060010C9 RID: 4297 RVA: 0x00023950 File Offset: 0x00021B50
14
15 // Token: 0x060010CA RID: 4298 RVA: 0x00023960 File Offset: 0x00021B60
16 public WaitHandleCannotBeOpenedException(string message)
17 : base(message)
18 {
19 this._HResult = 5420;
20 }
21
22 // Token: 0x060010CB RID: 4299 RVA: 0x00023980 File Offset: 0x00021B80
27 }
28}
class f__AnonymousType0<< Count > j__TPar
WaitHandleCannotBeOpenedException(SerializationInfo info, StreamingContext context)