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
OutOfMemoryException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000133 RID: 307
9 {
10 // Token: 0x06000BE4 RID: 3044 RVA: 0x0001A808 File Offset: 0x00018A08
12 : base("Insufficient memory to continue the execution of the program.")
13 {
14 this._HResult = 14;
15 }
16
17 // Token: 0x06000BE5 RID: 3045 RVA: 0x0001A828 File Offset: 0x00018A28
18 public OutOfMemoryException(string message)
19 : base(message)
20 {
21 this._HResult = 14;
22 }
23
24 // Token: 0x06000BE6 RID: 3046 RVA: 0x0001A844 File Offset: 0x00018A44
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
OutOfMemoryException(SerializationInfo info, StreamingContext context)