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
OverflowException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000EB RID: 235
7
[
Serializable
]
8
public
class
OverflowException
:
ArithmeticException
9
{
10
// Token: 0x060008C9 RID: 2249 RVA: 0x0001578C File Offset: 0x0001398C
11
public
OverflowException
()
12
:
base
(
"Arithmetic operation resulted in an overflow."
)
13
{
14
this._HResult
= 1;
15
}
16
17
// Token: 0x060008CA RID: 2250 RVA: 0x000157AC File Offset: 0x000139AC
18
public
OverflowException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 5398;
22
}
23
24
// Token: 0x060008CB RID: 2251 RVA: 0x000157CC File Offset: 0x000139CC
25
public
OverflowException
(
string
message,
Exception
innerException
)
26
:
base
(message,
innerException
)
27
{
28
this._HResult
= 5398;
29
}
30
31
// Token: 0x060008CC RID: 2252 RVA: 0x000157EC File Offset: 0x000139EC
32
protected
OverflowException
(
SerializationInfo
info
,
StreamingContext
context)
33
:
base
(
info
, context)
34
{
35
}
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArithmeticException
Definition
ArithmeticException.cs:9
System.Exception
Definition
Exception.cs:15
System.OverflowException.OverflowException
OverflowException()
Definition
OverflowException.cs:11
System.OverflowException.OverflowException
OverflowException(SerializationInfo info, StreamingContext context)
Definition
OverflowException.cs:32
System.OverflowException.OverflowException
OverflowException(string message, Exception innerException)
Definition
OverflowException.cs:25
System.OverflowException.OverflowException
OverflowException(string message)
Definition
OverflowException.cs:18
System.OverflowException
Definition
OverflowException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
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
OverflowException.cs
Generated by
1.10.0