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
InvalidAsynchronousStateException.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000390 RID: 912
9 {
10 // Token: 0x060017C0 RID: 6080 RVA: 0x00043808 File Offset: 0x00041A08
14
15 // Token: 0x060017C1 RID: 6081 RVA: 0x00043818 File Offset: 0x00041A18
16 public InvalidAsynchronousStateException(string message)
17 : base(message)
18 {
19 }
20
21 // Token: 0x060017C2 RID: 6082 RVA: 0x0004382C File Offset: 0x00041A2C
23 : base(message, innerException)
24 {
25 }
26
27 // Token: 0x060017C3 RID: 6083 RVA: 0x00043844 File Offset: 0x00041A44
32 }
33}
class f__AnonymousType0<< Count > j__TPar
InvalidAsynchronousStateException(string message, Exception innerException)
InvalidAsynchronousStateException(SerializationInfo info, StreamingContext context)