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
PathTooLongException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.IO
5{
6 // Token: 0x0200053B RID: 1339
9 {
10 // Token: 0x06002781 RID: 10113 RVA: 0x000559DC File Offset: 0x00053BDC
12 : base("The specified file name or path is too long, or a component of the specified path is too long.")
13 {
14 this._HResult = 206;
15 }
16
17 // Token: 0x06002782 RID: 10114 RVA: 0x00055A00 File Offset: 0x00053C00
18 public PathTooLongException(string message)
19 : base(message)
20 {
21 this._HResult = 206;
22 }
23
24 // Token: 0x06002783 RID: 10115 RVA: 0x00055A20 File Offset: 0x00053C20
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
PathTooLongException(SerializationInfo info, StreamingContext context)