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.
1using System;
3
4namespace System
5{
6 // Token: 0x020000EB RID: 235
9 {
10 // Token: 0x060008C9 RID: 2249 RVA: 0x0001578C File Offset: 0x0001398C
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
26 : base(message, innerException)
27 {
28 this._HResult = 5398;
29 }
30
31 // Token: 0x060008CC RID: 2252 RVA: 0x000157EC File Offset: 0x000139EC
33 : base(info, context)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
OverflowException(SerializationInfo info, StreamingContext context)
OverflowException(string message, Exception innerException)
OverflowException(string message)