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
ArithmeticException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x02000086 RID: 134
7
[
Serializable
]
8
public
class
ArithmeticException
:
SystemException
9
{
10
// Token: 0x060003D9 RID: 985 RVA: 0x0000C150 File Offset: 0x0000A350
11
public
ArithmeticException
()
12
:
base
(
"Overflow or underflow in the arithmetic operation."
)
13
{
14
this._HResult
= 534;
15
}
16
17
// Token: 0x060003DA RID: 986 RVA: 0x0000C174 File Offset: 0x0000A374
18
public
ArithmeticException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 534;
22
}
23
24
// Token: 0x060003DB RID: 987 RVA: 0x0000C194 File Offset: 0x0000A394
25
public
ArithmeticException
(
string
message,
Exception
innerException
)
26
:
base
(message,
innerException
)
27
{
28
this._HResult
= 534;
29
}
30
31
// Token: 0x060003DC RID: 988 RVA: 0x0000C1B4 File Offset: 0x0000A3B4
32
protected
ArithmeticException
(
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.ArithmeticException
ArithmeticException(SerializationInfo info, StreamingContext context)
Definition
ArithmeticException.cs:32
System.ArithmeticException.ArithmeticException
ArithmeticException()
Definition
ArithmeticException.cs:11
System.ArithmeticException.ArithmeticException
ArithmeticException(string message)
Definition
ArithmeticException.cs:18
System.ArithmeticException.ArithmeticException
ArithmeticException(string message, Exception innerException)
Definition
ArithmeticException.cs:25
System.ArithmeticException
Definition
ArithmeticException.cs:9
System.Exception
Definition
Exception.cs:15
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
ArithmeticException.cs
Generated by
1.10.0