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
CannotUnloadAppDomainException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200012F RID: 303
9 {
10 // Token: 0x06000BCF RID: 3023 RVA: 0x0001A490 File Offset: 0x00018690
12 : base("Attempt to unload the AppDomain failed.")
13 {
14 this._HResult = 4117;
15 }
16
17 // Token: 0x06000BD0 RID: 3024 RVA: 0x0001A4B4 File Offset: 0x000186B4
18 public CannotUnloadAppDomainException(string message)
19 : base(message)
20 {
21 this._HResult = 4117;
22 }
23
24 // Token: 0x06000BD1 RID: 3025 RVA: 0x0001A4D4 File Offset: 0x000186D4
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
CannotUnloadAppDomainException(SerializationInfo info, StreamingContext context)