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
SemaphoreFullException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001BF RID: 447
9 {
10 // Token: 0x060010BC RID: 4284 RVA: 0x0002375C File Offset: 0x0002195C
12 : base("Adding the specified count to the semaphore would cause it to exceed its maximum count.")
13 {
14 }
15
16 // Token: 0x060010BD RID: 4285 RVA: 0x00023774 File Offset: 0x00021974
18 : base(info, context)
19 {
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
SemaphoreFullException(SerializationInfo info, StreamingContext context)