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
IndexOutOfRangeException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000CD RID: 205
9 {
10 // Token: 0x06000771 RID: 1905 RVA: 0x000122A8 File Offset: 0x000104A8
12 : base("Index was outside the bounds of the array.")
13 {
14 }
15
16 // Token: 0x06000772 RID: 1906 RVA: 0x000122C0 File Offset: 0x000104C0
17 public IndexOutOfRangeException(string message)
18 : base(message)
19 {
20 this._HResult = 5384;
21 }
22
23 // Token: 0x06000773 RID: 1907 RVA: 0x000122E0 File Offset: 0x000104E0
25 : base(info, context)
26 {
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
IndexOutOfRangeException(SerializationInfo info, StreamingContext context)