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
ArrayTypeMismatchException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000089 RID: 137
9 {
10 // Token: 0x060003FD RID: 1021 RVA: 0x0000C514 File Offset: 0x0000A714
12 : base("Attempted to access an element as a type incompatible with the array.")
13 {
14 this._HResult = 5379;
15 }
16
17 // Token: 0x060003FE RID: 1022 RVA: 0x0000C538 File Offset: 0x0000A738
19 : base(info, context)
20 {
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
ArrayTypeMismatchException(SerializationInfo info, StreamingContext context)