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
EndOfStreamException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.IO
5{
6 // Token: 0x02000530 RID: 1328
9 {
10 // Token: 0x0600272F RID: 10031 RVA: 0x00054CB0 File Offset: 0x00052EB0
12 : base("Attempted to read past the end of the stream.")
13 {
14 this._HResult = 38;
15 }
16
17 // Token: 0x06002730 RID: 10032 RVA: 0x00054CD0 File Offset: 0x00052ED0
18 public EndOfStreamException(string message)
19 : base(message)
20 {
21 this._HResult = 38;
22 }
23
24 // Token: 0x06002731 RID: 10033 RVA: 0x00054CEC File Offset: 0x00052EEC
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
EndOfStreamException(SerializationInfo info, StreamingContext context)