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
TypeAccessException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000111 RID: 273
9 {
10 // Token: 0x06000A9E RID: 2718 RVA: 0x0001806C File Offset: 0x0001626C
12 : base("Attempt to access the type failed.")
13 {
14 this._HResult = 5443;
15 }
16
17 // Token: 0x06000A9F RID: 2719 RVA: 0x00018090 File Offset: 0x00016290
19 : base(info, context)
20 {
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
TypeAccessException(SerializationInfo info, StreamingContext context)