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
DriveNotFoundException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.IO
5{
6 // Token: 0x02000549 RID: 1353
9 {
10 // Token: 0x06002834 RID: 10292 RVA: 0x00057540 File Offset: 0x00055740
12 : base("Could not find the drive. The drive might not be ready or might not be mapped.")
13 {
14 this._HResult = 3;
15 }
16
17 // Token: 0x06002835 RID: 10293 RVA: 0x00057560 File Offset: 0x00055760
18 public DriveNotFoundException(string message)
19 : base(message)
20 {
21 this._HResult = 3;
22 }
23
24 // Token: 0x06002836 RID: 10294 RVA: 0x0005757C File Offset: 0x0005577C
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
DriveNotFoundException(SerializationInfo info, StreamingContext context)