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
DirectoryNotFoundException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.IO
5{
6 // Token: 0x0200052F RID: 1327
9 {
10 // Token: 0x0600272C RID: 10028 RVA: 0x00054C5C File Offset: 0x00052E5C
12 : base("Attempted to access a path that is not on the disk.")
13 {
14 this._HResult = 3;
15 }
16
17 // Token: 0x0600272D RID: 10029 RVA: 0x00054C7C File Offset: 0x00052E7C
18 public DirectoryNotFoundException(string message)
19 : base(message)
20 {
21 this._HResult = 3;
22 }
23
24 // Token: 0x0600272E RID: 10030 RVA: 0x00054C98 File Offset: 0x00052E98
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
DirectoryNotFoundException(SerializationInfo info, StreamingContext context)