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.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x02000133 RID: 307
7
[
Serializable
]
8
public
class
OutOfMemoryException
:
SystemException
9
{
10
// Token: 0x06000BE4 RID: 3044 RVA: 0x0001A808 File Offset: 0x00018A08
11
public
OutOfMemoryException
()
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
25
protected
OutOfMemoryException
(
SerializationInfo
info
,
StreamingContext
context)
26
:
base
(
info
, context)
27
{
28
}
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.OutOfMemoryException.OutOfMemoryException
OutOfMemoryException()
Definition
OutOfMemoryException.cs:11
System.OutOfMemoryException.OutOfMemoryException
OutOfMemoryException(SerializationInfo info, StreamingContext context)
Definition
OutOfMemoryException.cs:25
System.OutOfMemoryException.OutOfMemoryException
OutOfMemoryException(string message)
Definition
OutOfMemoryException.cs:18
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
mscorlib
System
OutOfMemoryException.cs
Generated by
1.10.0