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
SynchronizationLockException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001C1 RID: 449
9 {
10 // Token: 0x060010C0 RID: 4288 RVA: 0x00023810 File Offset: 0x00021A10
12 : base("Object synchronization method was called from an unsynchronized block of code.")
13 {
14 this._HResult = 5400;
15 }
16
17 // Token: 0x060010C1 RID: 4289 RVA: 0x00023834 File Offset: 0x00021A34
18 public SynchronizationLockException(string message)
19 : base(message)
20 {
21 this._HResult = 5400;
22 }
23
24 // Token: 0x060010C2 RID: 4290 RVA: 0x00023854 File Offset: 0x00021A54
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
SynchronizationLockException(SerializationInfo info, StreamingContext context)