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
OperationCanceledException.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 // Token: 0x020000EA RID: 234
10 {
11 // Token: 0x1700009A RID: 154
12 // (get) Token: 0x060008C3 RID: 2243 RVA: 0x000156E0 File Offset: 0x000138E0
13 // (set) Token: 0x060008C4 RID: 2244 RVA: 0x000156F4 File Offset: 0x000138F4
15 {
16 get
17 {
18 return this._cancellationToken;
19 }
20 private set
21 {
23 }
24 }
25
26 // Token: 0x060008C5 RID: 2245 RVA: 0x00015708 File Offset: 0x00013908
28 : base("The operation was canceled.")
29 {
30 this._HResult = 5435;
31 }
32
33 // Token: 0x060008C6 RID: 2246 RVA: 0x0001572C File Offset: 0x0001392C
34 public OperationCanceledException(string message)
35 : base(message)
36 {
37 this._HResult = 5435;
38 }
39
40 // Token: 0x060008C7 RID: 2247 RVA: 0x0001574C File Offset: 0x0001394C
41 public OperationCanceledException(string message, CancellationToken token)
42 : base(message)
43 {
44 this._HResult = 5435;
46 }
47
48 // Token: 0x060008C8 RID: 2248 RVA: 0x00015774 File Offset: 0x00013974
50 : base(info, context)
51 {
52 }
53
54 // Token: 0x04000381 RID: 897
57 }
58}
class f__AnonymousType0<< Count > j__TPar
OperationCanceledException(SerializationInfo info, StreamingContext context)
OperationCanceledException(string message, CancellationToken token)