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
DivideByZeroException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200009F RID: 159
9 {
10 // Token: 0x06000645 RID: 1605 RVA: 0x0000F4A4 File Offset: 0x0000D6A4
12 : base("Attempted to divide by zero.")
13 {
14 this._HResult = 18;
15 }
16
17 // Token: 0x06000646 RID: 1606 RVA: 0x0000F4C4 File Offset: 0x0000D6C4
19 : base(info, context)
20 {
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
DivideByZeroException(SerializationInfo info, StreamingContext context)