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
TaskCanceledException.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000217 RID: 535
9 {
10 // Token: 0x060012D0 RID: 4816 RVA: 0x00027BA0 File Offset: 0x00025DA0
12 : base("A task was canceled.")
13 {
14 }
15
16 // Token: 0x060012D1 RID: 4817 RVA: 0x00027BB8 File Offset: 0x00025DB8
18 {
19 if (task != null)
20 {
21 CancellationToken cancellationToken = task.m_contingentProperties.m_cancellationToken;
22 return;
23 }
25 }
26
27 // Token: 0x060012D2 RID: 4818 RVA: 0x00027BDC File Offset: 0x00025DDC
29 : base(info, context)
30 {
31 }
32
33 // Token: 0x04000A1B RID: 2587
36 }
37}
class f__AnonymousType0<< Count > j__TPar
TaskCanceledException(SerializationInfo info, StreamingContext context)