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
AppDomainUnloadedException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200012E RID: 302
9 {
10 // Token: 0x06000BCD RID: 3021 RVA: 0x0001A454 File Offset: 0x00018654
12 : base("Attempted to access an unloaded AppDomain.")
13 {
14 this._HResult = 4116;
15 }
16
17 // Token: 0x06000BCE RID: 3022 RVA: 0x0001A478 File Offset: 0x00018678
19 : base(info, context)
20 {
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
AppDomainUnloadedException(SerializationInfo info, StreamingContext context)