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.
1using System;
3
4namespace System
5{
6 // Token: 0x02000086 RID: 134
9 {
10 // Token: 0x060003D9 RID: 985 RVA: 0x0000C150 File Offset: 0x0000A350
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
26 : base(message, innerException)
27 {
28 this._HResult = 534;
29 }
30
31 // Token: 0x060003DC RID: 988 RVA: 0x0000C1B4 File Offset: 0x0000A3B4
33 : base(info, context)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
ArithmeticException(SerializationInfo info, StreamingContext context)
ArithmeticException(string message, Exception innerException)