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
TimeoutException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200010A RID: 266
9 {
10 // Token: 0x060009DD RID: 2525 RVA: 0x00017644 File Offset: 0x00015844
12 {
13 this._HResult = 5381;
14 }
15
16 // Token: 0x060009DE RID: 2526 RVA: 0x0001765C File Offset: 0x0001585C
17 public TimeoutException(string message)
18 : base(message)
19 {
20 this._HResult = 5381;
21 }
22
23 // Token: 0x060009DF RID: 2527 RVA: 0x0001767C File Offset: 0x0001587C
25 : base(info, context)
26 {
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
TimeoutException(SerializationInfo info, StreamingContext context)
TimeoutException(string message)