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
ThreadStateException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001C5 RID: 453
9 {
10 // Token: 0x060010C5 RID: 4293 RVA: 0x000238E4 File Offset: 0x00021AE4
12 : base("Thread was in an invalid state for the operation being executed.")
13 {
14 this._HResult = 5408;
15 }
16
17 // Token: 0x060010C6 RID: 4294 RVA: 0x00023908 File Offset: 0x00021B08
18 public ThreadStateException(string message)
19 : base(message)
20 {
21 this._HResult = 5408;
22 }
23
24 // Token: 0x060010C7 RID: 4295 RVA: 0x00023928 File Offset: 0x00021B28
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
ThreadStateException(SerializationInfo info, StreamingContext context)