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
StackOverflowException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000FC RID: 252
7
[
Serializable
]
8
public
sealed
class
StackOverflowException
:
SystemException
9
{
10
// Token: 0x0600097A RID: 2426 RVA: 0x00016DE4 File Offset: 0x00014FE4
11
public
StackOverflowException
()
12
:
base
(
"Operation caused a stack overflow."
)
13
{
14
this._HResult
= 1001;
15
}
16
17
// Token: 0x0600097B RID: 2427 RVA: 0x00016E08 File Offset: 0x00015008
18
public
StackOverflowException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 1001;
22
}
23
24
// Token: 0x0600097C RID: 2428 RVA: 0x00016E28 File Offset: 0x00015028
25
internal
StackOverflowException
(
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.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.StackOverflowException.StackOverflowException
StackOverflowException()
Definition
StackOverflowException.cs:11
System.StackOverflowException.StackOverflowException
StackOverflowException(SerializationInfo info, StreamingContext context)
Definition
StackOverflowException.cs:25
System.StackOverflowException.StackOverflowException
StackOverflowException(string message)
Definition
StackOverflowException.cs:18
System.StackOverflowException
Definition
StackOverflowException.cs:9
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
StackOverflowException.cs
Generated by
1.10.0